Commit 0e653dcd authored by 赵啸非's avatar 赵啸非

添加申诉统计业务

parent 66367670
......@@ -222,7 +222,7 @@ public class AppealApiController extends AbstractBaseController<PerformReq> {
entity.setProcessStatus(1);
entity.setAppealDesc(req.getAppealDesc());
entity.setStaffId(context.getUser().getCustomerId());
entity.setCreateUserId(context.getUser().getId());
entity.setCreateUserId(context.getUser().getCustomerId());
entity.setCheckRecordId(req.getId());
PerformAttendAppealEntity saveEntity = appealService.save(entity, context);
......
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