bug修改
parent
c367f8e705
commit
24a7275f5c
|
|
@ -70,6 +70,7 @@ public class OrderclusterTruckService extends BaseService {
|
||||||
if(supermarket_id != null){
|
if(supermarket_id != null){
|
||||||
fromsql += " and (c.supermarket_id = ? or c.customer_id = ?) \n";
|
fromsql += " and (c.supermarket_id = ? or c.customer_id = ?) \n";
|
||||||
paraList.add(supermarket_id);
|
paraList.add(supermarket_id);
|
||||||
|
paraList.add(supermarket_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state != null) {
|
if (state != null) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue