智慧实物管理系统相关功能优化
This commit is contained in:
@@ -1223,8 +1223,10 @@
|
||||
<update id="updateDeliveryStatus">
|
||||
UPDATE rk_info
|
||||
SET is_delivery = #{isDelivery}
|
||||
WHERE bill_no_ck = #{billNoCk}
|
||||
AND is_delete = '0'
|
||||
WHERE is_delete = '0'
|
||||
AND id IN
|
||||
<foreach collection="ids" item="id" open="(" separator="," close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user