Commit 79c2c14f authored by fangxinjiang's avatar fangxinjiang

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

parent 25702b02
...@@ -55,7 +55,6 @@ public class EkpOrderController { ...@@ -55,7 +55,6 @@ 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));
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