master
anthonywj 2 years ago
parent 699974a05e
commit 043e87dc35

@ -23,9 +23,6 @@
<if test="type !=null">
AND thr_order.`type` = #{type}
</if>
<if test="allocateStatus!= null">
AND allocateStatus = #{allocateStatus}
</if>
<if test="billFlag != '' and billFlag !=null">
AND billFlag = #{billFlag}
</if>
@ -254,4 +251,4 @@
</update>
</mapper>
</mapper>

Loading…
Cancel
Save