Commit e502f678 authored by fangxinjiang's avatar fangxinjiang

项目订单附件上传调试

parent 9ddf345b
......@@ -61,7 +61,7 @@ public class EkpOrderController {
@Schema(description = "接收处理ekp附件")
@PostMapping(value = "/receiveOrderNew")
public R receiveOrder(OrderAttVo vo, MultipartFile[] file) throws IOException {
log.error(file.toString());
log.error(vo.getFile().toString());
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