lisai17@sina.com 2021-02-25 09:46:00 +08:00
parent b46e2c49fe
commit f44906f69f
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class OrderclusterSyncService extends BaseSyncService {
}
// 按客户查询未完成的订单量
List<Record> undonlist = OrderclusterService.me.undonlist(customer_id);
List<Record> undonlist = OrderclusterService.me.undonlist(supermarket_id, customer_id);
if (undonlist != null && !undonlist.isEmpty()) {
BigDecimal plan_total_weight = new BigDecimal(total_weight); // 本次配额重量