Commit df1ee5b8 by wuwenlong

生产入库查询条件新增公司编码

parent 7bd20139
......@@ -53,6 +53,9 @@
<isNotEmpty prepend=" AND " property="inventName">
INVENT_NAME = #inventName#
</isNotEmpty>
<isNotEmpty prepend=" AND " property="companCode">
COMPANY_CODE = #companCode#
</isNotEmpty>
</sql>
<sql id="order">
......
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