|
@@ -48,26 +48,13 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
|
|
@Autowired
|
|
@Autowired
|
|
private UtilsServiceImpl utilsService;
|
|
private UtilsServiceImpl utilsService;
|
|
|
|
|
|
- @Autowired
|
|
|
|
- private UtilsMapper utilsMapper;
|
|
|
|
-
|
|
|
|
- @Autowired
|
|
|
|
- private QmsFeign qmsFeign;
|
|
|
|
-
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private RulesServiceImpl rulesService;
|
|
private RulesServiceImpl rulesService;
|
|
|
|
|
|
- @Autowired
|
|
|
|
- private RulesMapper rulesMapper;
|
|
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
OmsFeign omsFeign;
|
|
OmsFeign omsFeign;
|
|
|
|
|
|
- @Autowired
|
|
|
|
- private TmstruckLoadResultServiceImpl tmstruckLoadResultService;
|
|
|
|
-
|
|
|
|
- @Autowired
|
|
|
|
- private TmstruckLeaveFactoryResultServiceImpl tmstruckLeaveFactoryResultService;
|
|
|
|
/**
|
|
/**
|
|
* 查询所有计毛实绩
|
|
* 查询所有计毛实绩
|
|
* @param map
|
|
* @param map
|
|
@@ -88,6 +75,8 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
|
|
case 6:
|
|
case 6:
|
|
case 7:
|
|
case 7:
|
|
case 8:
|
|
case 8:
|
|
|
|
+ case 17:
|
|
|
|
+ case 18:
|
|
return tmstruckWeightResultMapper.getCGAllJiMaoResult(map); //apiId:102
|
|
return tmstruckWeightResultMapper.getCGAllJiMaoResult(map); //apiId:102
|
|
case 9:
|
|
case 9:
|
|
return tmstruckWeightResultMapper.getImportedDomesticNzJiMaoResult(map); // apiID:354
|
|
return tmstruckWeightResultMapper.getImportedDomesticNzJiMaoResult(map); // apiID:354
|
|
@@ -122,6 +111,8 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
|
|
case 6:
|
|
case 6:
|
|
case 7:
|
|
case 7:
|
|
case 8:
|
|
case 8:
|
|
|
|
+ case 17:
|
|
|
|
+ case 18:
|
|
return tmstruckWeightResultMapper.getCGAllJiPiResult(map); // apiId: 104
|
|
return tmstruckWeightResultMapper.getCGAllJiPiResult(map); // apiId: 104
|
|
case 9:
|
|
case 9:
|
|
return tmstruckWeightResultMapper.getImportedDomesticNzJiPiResult(map);// apiId: 104
|
|
return tmstruckWeightResultMapper.getImportedDomesticNzJiPiResult(map);// apiId: 104
|