首页统计接口修改
配送修改状态修改
This commit is contained in:
@@ -303,4 +303,11 @@
|
||||
</foreach>
|
||||
</delete>
|
||||
|
||||
<update id="updateDeliveryStatusByBillNo">
|
||||
UPDATE rk_bill
|
||||
SET is_delivery = #{isDelivery},
|
||||
update_time = NOW()
|
||||
WHERE bill_no = #{billNo}
|
||||
AND is_delete = '0'
|
||||
</update>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user