Merge branch 'dev-snyx' into test

release
gaorl 2 years ago
commit 3f9da79f42
  1. 2
      order-management-consumer/src/main/resources/mybatis/mapper/OrderProcessInfoMapper.xml

@ -179,7 +179,7 @@
order_process_info op order_process_info op
WHERE WHERE
<if test="bzdhs != null and bzdhs.size() == 1"> <if test="bzdhs != null and bzdhs.size() == 1">
bzdh = #{bzdh,jdbcType=VARCHAR} bzdh = #{bzdhs,jdbcType=VARCHAR}
</if> </if>
<if test="bzdhs != null and bzdhs.size() > 1"> <if test="bzdhs != null and bzdhs.size() > 1">
bzdh in bzdh in

Loading…
Cancel
Save