|
@@ -1441,7 +1441,6 @@ 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");
|