feature:开具发票报错物料,条件删除逗号

release
gaorl 2 years ago
parent 600c7878b8
commit e2fc102e98
  1. 4
      order-management-base-service/src/main/resources/mybatis/mapper/CommodityMapper.xml

@ -432,10 +432,10 @@
</set> </set>
<where> <where>
<if test="map.zxbm != null"> <if test="map.zxbm != null">
and encoding = #{map.zxbm,jdbcType=VARCHAR}, and encoding = #{map.zxbm,jdbcType=VARCHAR}
</if> </if>
<if test="map.entId != null"> <if test="map.entId != null">
and ent_id = #{map.entId,jdbcType=VARCHAR}, and ent_id = #{map.entId,jdbcType=VARCHAR}
</if> </if>
</where> </where>
</update> </update>

Loading…
Cancel
Save