Commit 55d81f01 authored by fangxinjiang's avatar fangxinjiang

员工报账查询&批量导出&审核人导出最终版-fxj

parent a411162a
...@@ -25,6 +25,7 @@ import org.springframework.web.multipart.MultipartFile; ...@@ -25,6 +25,7 @@ import org.springframework.web.multipart.MultipartFile;
import org.springframework.web.multipart.commons.CommonsMultipartFile; import org.springframework.web.multipart.commons.CommonsMultipartFile;
import javax.annotation.Resource; import javax.annotation.Resource;
import javax.json.Json;
import java.io.File; import java.io.File;
import java.io.IOException; import java.io.IOException;
...@@ -54,7 +55,7 @@ public class EkpOrderController { ...@@ -54,7 +55,7 @@ public class EkpOrderController {
@Schema(description = "接收处理ekp订单") @Schema(description = "接收处理ekp订单")
@PostMapping(value = "/receiveOrder") @PostMapping(value = "/receiveOrder")
public R receiveOrder(OrderAddVO vo) throws IOException { public R receiveOrder(OrderAddVO vo) throws IOException {
log.error("#################################"+JSONObject.toJSONString(vo)); log.error("#################################"+ JSONObject.toJSONString(vo));
return tOrderService.receiveOrder(vo,ekpOrderFileTask); 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