Commit a411162a authored by fangxinjiang's avatar fangxinjiang

项目订单附件上传优化-fxj

parent dd309df5
package com.yifu.cloud.plus.v1.yifu.order.controller;
import com.alibaba.fastjson.JSONObject;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants;
import com.yifu.cloud.plus.v1.yifu.common.core.util.Common;
import com.yifu.cloud.plus.v1.yifu.common.core.util.R;
......@@ -53,6 +54,7 @@ public class EkpOrderController {
@Schema(description = "接收处理ekp订单")
@PostMapping(value = "/receiveOrder")
public R receiveOrder(OrderAddVO vo) throws IOException {
log.error("#################################"+JSONObject.toJSONString(vo));
return tOrderService.receiveOrder(vo,ekpOrderFileTask);
}
......
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