修改 供应商入院物资维护模块 产品解绑后 条件查询不完全

master
wangwei 2 years ago
parent 213cbdef11
commit 2307c5f319

@ -164,7 +164,7 @@
AND basic_products.originUuid is NULL
</if>
<if test="filterType != null and filterType == 3">
AND basic_udirel.thirdId is NULL
AND (basic_udirel.thirdId IS NULL or basic_udirel.thirdId='')
and basic_products.originUuid <![CDATA[<>]]> ''
</if>
<if test="filterType != null and filterType == 4">

Loading…
Cancel
Save