| | |
| | | |
| | | import com.example.erp.common.Constants; |
| | | import com.example.erp.entity.pp.FlowCard; |
| | | import com.example.erp.entity.sd.DeliveryDetail; |
| | | import com.example.erp.entity.sd.Order; |
| | | import com.example.erp.common.Result; |
| | | import com.example.erp.entity.sd.OrderDetail; |
| | |
| | | return Result.seccess(flowCardService.selectPrintSv(orderId,flowCard)); |
| | | |
| | | } |
| | | |
| | | @ApiOperation("打印流程卡数据查询接口") |
| | | @PostMapping("/getSelectPrinting") |
| | | public Result getSelectPrinting( @RequestBody Map<String,Object> object){ |
| | | return Result.seccess(flowCardService.getSelectPrintingSv(object)); |
| | | } |
| | | } |