jin.shuai

农信停餐

...@@ -253,7 +253,7 @@ public class MealOrderServiceImpl implements MealOrderService { ...@@ -253,7 +253,7 @@ public class MealOrderServiceImpl implements MealOrderService {
253 var mpAccountDinerRefs = mealOrderServiceRpcClient.queryMpAccountDinerRefsByCondition( 253 var mpAccountDinerRefs = mealOrderServiceRpcClient.queryMpAccountDinerRefsByCondition(
254 loginInfo.getEnterpriseId(), 254 loginInfo.getEnterpriseId(),
255 Collections.singletonList(loginInfo.getId()), 255 Collections.singletonList(loginInfo.getId()),
256 - null 256 + Collections.emptyList()
257 ); 257 );
258 258
259 if (mpAccountDinerRefs.isEmpty()) { 259 if (mpAccountDinerRefs.isEmpty()) {
......