commit for pull
This commit is contained in:
@@ -350,6 +350,7 @@ public class KukaJoinThread implements ApplicationRunner {
|
||||
//出现混档
|
||||
boxId = getBoxId(bySubId.getSapMaterial());
|
||||
}else {
|
||||
//正常情况
|
||||
boxId = getBoxId(bySubId.getSapMaterial());
|
||||
}
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ public class WoPackagingBoxSubstrateController {
|
||||
@PostMapping("/powerReport")
|
||||
public Result<PowerReportVo> powerReport(@RequestBody PowerReportQueryParam queryParam){
|
||||
List<PowerReportDTO> powerReportDTOS = boxServiceBiz.powerReport(queryParam);
|
||||
|
||||
System.out.println(powerReportDTOS.toString());
|
||||
PowerReportVo powerReportVo = new PowerReportVo();
|
||||
Float totalLevelPower = new Float(0);
|
||||
Float totalCompensatePower = new Float(0);
|
||||
|
||||
Reference in New Issue
Block a user