库存产品拉取报错没有指定表字段

master
郑明梁 2 years ago
parent 06f8a707ad
commit ca4e1757a9

@ -156,7 +156,7 @@
left join basic_udirel bu on bu.id = ip.relIdFk
left join basic_products bp on bu.uuid = bp.uuid
<where>
(inCount - outCount) > 0
( ip.inCount - ip.outCount ) > 0
<if test="nameCode != null and nameCode != ''">
AND bp.nameCode like concat('%', #{nameCode}, '%')
</if>

Loading…
Cancel
Save