零件加工报表

master
赵嘉伟 3 years ago
parent 953ac0c5a4
commit eeb6806ec9

@ -290,7 +290,7 @@
<if test="hjIsCompleted != null and hjIsCompleted != ''"> <if test="hjIsCompleted != null and hjIsCompleted != ''">
AND HJ_IS_COMPLETE = #{hjIsCompleted} AND HJ_IS_COMPLETE = #{hjIsCompleted}
</if> </if>
<if test="isCompleted != null and hjIsCompleted != ''"> <if test="isCompleted != null and isCompleted != ''">
AND IS_COMPLETE = #{isCompleted} AND IS_COMPLETE = #{isCompleted}
</if> </if>
</where> </where>

Loading…
Cancel
Save