feature:物料克隆主键id、客户信息系添加isEdit,默认

release
gaorl 2 years ago
parent 3e9f8fef78
commit 006612988f
  1. 2
      order-management-base-service/src/main/java/com/dxhy/order/baseservice/module/buyer/model/BuyerEntityDetail.java
  2. 2
      order-management-consumer/src/main/resources/mybatis/mapper/GroupCommodityCodeMapper.xml

@ -52,4 +52,6 @@ public class BuyerEntityDetail {
* 更新时间 * 更新时间
*/ */
private Date updateTime; private Date updateTime;
private Boolean isEdit = false;
} }

@ -530,7 +530,7 @@
bmb_bbh, jdc, wlflbm, wlflmc,invoice_name,ent_id bmb_bbh, jdc, wlflbm, wlflmc,invoice_name,ent_id
) )
select select
CONCAT(#{to.entId,jdbcType=VARCHAR},'-',id) CONCAT(#{to.entId,jdbcType=VARCHAR},'-',id),
commodity_id, commodity_id,
sort_id, sort_id,
#{to.xhfNsrsbh,jdbcType=VARCHAR}, #{to.xhfNsrsbh,jdbcType=VARCHAR},

Loading…
Cancel
Save