测试修改
parent
c1c498a7f8
commit
ee1489fe2e
|
|
@ -462,6 +462,8 @@ public class OrderTempService extends BaseService {
|
|||
|
||||
String findSql = "";
|
||||
|
||||
System.out.println(customerId);
|
||||
System.out.println(supermarketId);
|
||||
if (supermarketId != null) {
|
||||
findSql = " AND SUPERMARKET_ID = ? \n";
|
||||
paraList.add(supermarketId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue