|
|
|
@ -19,9 +19,7 @@ import com.dsic.gj_erp.service.sy.impl.SyMsgService;
|
|
|
|
|
import com.dsic.gj_erp.service.zyjh.ZyjhService;
|
|
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
|
|
|
|
import java.io.File;
|
|
|
|
|
import java.util.*;
|
|
|
|
@ -52,6 +50,11 @@ public class KbanController {
|
|
|
|
|
@Value("${pdfUri}")
|
|
|
|
|
private String pdfUri;
|
|
|
|
|
|
|
|
|
|
@PostMapping("zyjhwcl")
|
|
|
|
|
public ResultBean<?> 作业计划完成量(@RequestBody Map<String, Object> map) {
|
|
|
|
|
return new ResultBean<>(kbanService.作业计划完成量(map));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 设备状态及加工情况
|
|
|
|
|
*/
|
|
|
|
|