Your Name 3 vuotta sitten
vanhempi
commit
1e8692b72a

+ 1 - 0
src/main/java/com/steerinfo/dil/service/impl/OmstruckOrderServiceImpl.java

@@ -1441,6 +1441,7 @@ public class OmstruckOrderServiceImpl implements IOmstruckOrderService {
         int result = 0;
         List<Map<String,Object>> mapList = (List<Map<String, Object>>) mapValue.get("mapList");
         String planId = (String) mapValue.get("planId");
+        if()
         Integer lineId = (Integer) mapValue.get("lineId");
         String orderType = (String) mapValue.get("orderType");
         Integer carrierId = (Integer) mapValue.get("carrierId");

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -1,7 +1,7 @@
 api.version: api/v1/oms
 spring:
   profiles:
-    include: ${SPRING_PROFILES:dev}
+    include: ${SPRING_PROFILES:prod}
   jackson:
     date-format: yyyy-MM-dd HH:mm:ss
     time-zone: GMT+8