Commit 7b9f2e3e authored by fangxinjiang's avatar fangxinjiang

项目订单附件上传调试

parent e502f678
......@@ -60,8 +60,7 @@ public class EkpOrderController {
*/
@Schema(description = "接收处理ekp附件")
@PostMapping(value = "/receiveOrderNew")
public R receiveOrder(OrderAttVo vo, MultipartFile[] file) throws IOException {
log.error(vo.getFile().toString());
public R receiveOrder(OrderAttVo vo) throws IOException {
return tOrderService.receiveOrderNew(vo);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment