Commit 4dafca5b authored by 赵啸非's avatar 赵啸非

添加申诉统计业务

parent 380ac53f
...@@ -151,4 +151,8 @@ public class InspectSaveReq extends BaseReq { ...@@ -151,4 +151,8 @@ public class InspectSaveReq extends BaseReq {
*/ */
private String ruleDesc; private String ruleDesc;
private Long checkRecordId;
} }
...@@ -217,8 +217,6 @@ public class InspectApiController extends AbstractBaseController<PerformReq> { ...@@ -217,8 +217,6 @@ public class InspectApiController extends AbstractBaseController<PerformReq> {
log.info("【{}】【请求体】--> {}", busiDesc, JSONObject.toJSONString(req)); log.info("【{}】【请求体】--> {}", busiDesc, JSONObject.toJSONString(req));
Rest<PerformAttendAppealEntity> rest = Rest.ok(busiDesc + " 【成功】"); Rest<PerformAttendAppealEntity> rest = Rest.ok(busiDesc + " 【成功】");
Context context = this.getContext(); Context context = this.getContext();
// req.setStaffId(context.getUser().getCustomerId()); // req.setStaffId(context.getUser().getCustomerId());
try { try {
//根据状态 查询 当前是否已经存在正在进行的申诉 //根据状态 查询 当前是否已经存在正在进行的申诉
......
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