Merge branch 'master' into api-dev

* master:
  1
  1

# Conflicts:
#	hai-service/src/main/java/com/hai/service/impl/ApiProductServiceImpl.java
袁野 2 years ago
commit 52bd873660
  1. 4
      hai-service/src/main/java/com/hai/service/impl/ApiProductServiceImpl.java
  2. 2
      hai-service/src/main/java/com/hai/service/impl/HighOrderServiceImpl.java

@ -394,7 +394,11 @@ public class ApiProductServiceImpl implements ApiProductService {
List<ApiKfcStores> apiKfcStores = apiKfcStoresMapper.selectByExample(example); List<ApiKfcStores> apiKfcStores = apiKfcStoresMapper.selectByExample(example);
if (apiKfcStores.size() > 0) { if (apiKfcStores.size() > 0) {
<<<<<<< HEAD
return apiKfcStores.get(0); return apiKfcStores.get(0);
=======
return apiKfcStores.get(0);
>>>>>>> master
} }
return null; return null;
} }

@ -2297,7 +2297,7 @@ public class HighOrderServiceImpl implements HighOrderService {
updateOrder(order); updateOrder(order);
HighGasOrderPush orderPush = new HighGasOrderPush(); HighGasOrderPush orderPush = new HighGasOrderPush();
JSONObject returnObject = new JSONObject(); JSONObject returnObject;
for (HighChildOrder childOrder : order.getHighChildOrderList()) { for (HighChildOrder childOrder : order.getHighChildOrderList()) {
childOrder.setChildOrdeStatus(2); childOrder.setChildOrdeStatus(2);

Loading…
Cancel
Save