wms租赁推送到bms计费凭证

This commit is contained in:
zhou-hongcheng
2026-03-19 14:02:42 +08:00
parent 04c1150c06
commit c2d4ce9610
7 changed files with 27 additions and 1 deletions
@@ -67,7 +67,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.bill_days,
a.bill_time,
a.salesman_name,
a.settlement_currency
a.settlement_currency,
a.salesman_id
from lease a
LEFT JOIN warehouse w ON a.warehouse_id = w.warehouse_id AND w.del_flag = 1
</sql>