feature:同步客户集团库

release
gaorl 2 years ago
parent deba27ad90
commit 061c175db6
  1. 3
      order-management-base-service/src/main/resources/mybatis/mapper/BuyerMapper.xml

@ -373,8 +373,9 @@
</if> </if>
</set> </set>
<where> <where>
id in
<foreach collection="ids" item="id" open="(" separator="," close=")"> <foreach collection="ids" item="id" open="(" separator="," close=")">
id = #{id,jdbcType=VARCHAR} #{id,jdbcType=VARCHAR}
</foreach> </foreach>
<if test="shList != null and shList.size() == 0"> <if test="shList != null and shList.size() == 0">
and xhf_nsrsbh = '' and xhf_nsrsbh = ''

Loading…
Cancel
Save