Commit 1d863f1e by 宋祥

1.销售出库查询大于的0库存

parent 5dfc646e
...@@ -136,6 +136,7 @@ ...@@ -136,6 +136,7 @@
FROM ${hpjxSchema}.T_HPKC011 a FROM ${hpjxSchema}.T_HPKC011 a
JOIN ${hpjxSchema}.T_HPSC001 b on a.PROJ_CODE = b.PROJ_CODE JOIN ${hpjxSchema}.T_HPSC001 b on a.PROJ_CODE = b.PROJ_CODE
WHERE 1=1 WHERE 1=1
AND A.AMOUNT > 0
<include refid="condition"/> <include refid="condition"/>
<include refid="customCondition"/> <include refid="customCondition"/>
<dynamic prepend="ORDER BY"> <dynamic prepend="ORDER BY">
......
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