Commit f4cd6fde by shiwenbo

购砂单位详情过滤掉已删除的购砂单位

parent 6e8b1fd9
...@@ -151,6 +151,7 @@ ...@@ -151,6 +151,7 @@
WHERE WHERE
1 = 1 1 = 1
AND purchaseSandCompany.regionalCompany = :?regionalCompanyId AND purchaseSandCompany.regionalCompany = :?regionalCompanyId
AND purchaseSandCompany.discard <> 1
AND xystOrganization.type <> 'GROUP_COMPANY' AND xystOrganization.type <> 'GROUP_COMPANY'
AND xystOrganization.discard <> 1 AND xystOrganization.discard <> 1
</sql> </sql>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment