jin.shuai

农信停餐

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