bug修改

dev
wany 2025-03-08 14:59:32 +08:00
parent c367f8e705
commit 24a7275f5c
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public class OrderclusterTruckService extends BaseService {
if(supermarket_id != null){
fromsql += " and (c.supermarket_id = ? or c.customer_id = ?) \n";
paraList.add(supermarket_id);
paraList.add(supermarket_id);
}
if (state != null) {