|
@@ -76,7 +76,7 @@ public class ESOrderBaseController {
|
|
|
|
|
|
@PostMapping("/list/export")
|
|
|
@ApiOperation(value = "导出")
|
|
|
- public void listExport(@RequestBody WorkOrderZfireParam zfireParamBean, HttpServletRequest request, HttpServletResponse response) throws Exception {
|
|
|
+ public synchronized void listExport(@RequestBody WorkOrderZfireParam zfireParamBean, HttpServletRequest request, HttpServletResponse response) throws Exception {
|
|
|
//1.组装查询条件
|
|
|
ZfireParamBean zfireParam = FieldUtils.supplyParam(zfireParamBean);
|
|
|
//2.查询要导出的内容
|