多次使用出库新增功能代码提交

pro
郑明梁 2 years ago
parent 3a26eafb7d
commit 7bbd253d1a

@ -20,6 +20,9 @@
<if test=" mark!= '' and mark != null"> <if test=" mark!= '' and mark != null">
and io.mark = #{mark} and io.mark = #{mark}
</if> </if>
<if test=" orderIdFk!= '' and orderIdFk != null">
and io.orderIdFk = #{orderIdFk}
</if>
<if test=" nameCode!= '' and nameCode != null"> <if test=" nameCode!= '' and nameCode != null">
and io.nameCode = #{nameCode} and io.nameCode = #{nameCode}
</if> </if>

Loading…
Cancel
Save