Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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()) { | ... | ... |
-
Please register or login to post a comment