首页统计接口修改

配送修改状态修改
This commit is contained in:
2026-02-04 16:32:37 +08:00
parent 4582778bb3
commit d141676788
18 changed files with 272 additions and 47 deletions

View File

@@ -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>