单据添加部门

zhairh
anthonyywj2 3 years ago
parent 304a2dae5d
commit 232507325c

@ -1,4 +1,4 @@
spring.profiles.active=dev
spring.profiles.active=test1
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

@ -158,7 +158,7 @@
AND inv_product.ylqxzcrbarmc like concat('%',#{ylqxzcrbarmc},'%')
</if>
<if test="zczbhhzbapzbh != '' and zczbhhzbapzbh != null">
AND inv_product.zczbhhzbapzbh =like concat('%',#{zczbhhzbapzbh},'%')
AND inv_product.zczbhhzbapzbh like concat('%',#{zczbhhzbapzbh},'%')
</if>
<if test="customerId != '' and customerId != null">
AND inv_product.customerId = #{customerId}

Loading…
Cancel
Save