dev
parent
b46e2c49fe
commit
f44906f69f
|
|
@ -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); // 本次配额重量
|
||||
|
|
|
|||
Loading…
Reference in New Issue