|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
from inv_product_detail
|
|
|
|
|
<where>
|
|
|
|
|
<if test="code != null and code != ''">
|
|
|
|
|
AND originCode = #{code}
|
|
|
|
|
AND code = #{code}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="mainAction != null and mainAction != ''">
|
|
|
|
|
AND mainAction = #{mainAction}
|
|
|
|
@ -38,9 +38,6 @@
|
|
|
|
|
<if test="invSpaceCode != null and invSpaceCode != ''">
|
|
|
|
|
AND invSpaceCode = #{invSpaceCode}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="originCode != null and originCode != ''">
|
|
|
|
|
AND originCode = #{originCode}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="batchNo != null and batchNo != ''">
|
|
|
|
|
AND batchNo = #{batchNo}
|
|
|
|
|
</if>
|
|
|
|
|