|
|
|
|
@ -11,10 +11,8 @@ import org.springblade.core.mp.support.Condition; |
|
|
|
|
import org.springblade.core.mp.support.Query; |
|
|
|
|
import org.springblade.core.secure.utils.AuthUtil; |
|
|
|
|
import org.springblade.core.tool.api.R; |
|
|
|
|
import org.springblade.desk.dashboard.service.IPrReworkProcessService; |
|
|
|
|
import org.springblade.desk.produce.pojo.dto.MesRbRedoRoutDTO; |
|
|
|
|
import org.springblade.desk.produce.service.IPdaSaveService; |
|
|
|
|
import org.springblade.erpdata.feign.IErpDataProduceClient; |
|
|
|
|
import org.springblade.erpdata.pojo.dto.ReworkProcessDTO; |
|
|
|
|
import org.springblade.erpdata.pojo.vo.ReworkProcessVO; |
|
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
@ -33,12 +31,8 @@ import java.util.List; |
|
|
|
|
@Tag(name = "返工订单", description = "接口") |
|
|
|
|
public class ReworkProcessController extends BladeController { |
|
|
|
|
|
|
|
|
|
private final IErpDataProduceClient erpDataProduceClient; |
|
|
|
|
|
|
|
|
|
private final IPdaSaveService pdaSaveService; |
|
|
|
|
|
|
|
|
|
private final IPrReworkProcessService reworkProcessService; |
|
|
|
|
|
|
|
|
|
@GetMapping("/loadReworkOrder") |
|
|
|
|
@ApiOperationSupport(order = 1) |
|
|
|
|
@Operation(summary = "erp查询返工订单", description = "传入ReworkProcessDTO") |
|
|
|
|
|