Commit 69298dbe authored by 赵啸非's avatar 赵啸非

添加线程发送钉钉申诉

parent a5aefeea
......@@ -274,6 +274,7 @@ public class AttendanceRecordController extends BaseCRUDJsonBodyMappingControlle
this.responseStream(response, data, fileName);
recordSysLog(request, busiDesc + " 【成功】");
} catch (Exception e) {
cacheService.del(RedisCacheKeys.getRecordExportLockKey());
JSONObject ret = new JSONObject();
ret.put("code", -1);
ret.put("msg", e.getMessage());
......
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