feature:物料引用功能bug修复

release
gaorl 2 years ago
parent bd0698b2eb
commit 43ec0b8b5b
  1. 2
      order-management-consumer/src/main/resources/mybatis/mapper/GroupCommodityCodeMapper.xml

@ -124,7 +124,7 @@
<bind name="dataType" value="${dataType}"/> <bind name="dataType" value="${dataType}"/>
<include refid="baseSelect"/> <include refid="baseSelect"/>
<where> <where>
<if test="encoding != null and encoding != ''"> <if test="zxbm != null and encoding != ''">
cc.encoding = #{zxbm} cc.encoding = #{zxbm}
</if> </if>
<if test="commodityId != null and commodityId != ''" > <if test="commodityId != null and commodityId != ''" >

Loading…
Cancel
Save