测试修改

dev
徐杰盟 2024-03-12 13:11:26 +08:00
parent c1c498a7f8
commit ee1489fe2e
1 changed files with 2 additions and 0 deletions

View File

@ -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);