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