记得上下班打卡 | git大法好,push需谨慎

Commit 445a410b authored by 胡佳晨's avatar 胡佳晨

Merge branch 'dev' into test

parents b08f9567 30198424
...@@ -105,6 +105,7 @@ public class KylinCheckUserPerformancesPartnerServiceImpl extends ServiceImpl<Ky ...@@ -105,6 +105,7 @@ public class KylinCheckUserPerformancesPartnerServiceImpl extends ServiceImpl<Ky
dataUtils.delCheckUserRelationRedis(param.getCheckUserId()); dataUtils.delCheckUserRelationRedis(param.getCheckUserId());
return ResponseDto.success("添加成功"); return ResponseDto.success("添加成功");
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace();
return ResponseDto.failure(ErrorMapping.get(20101)); return ResponseDto.failure(ErrorMapping.get(20101));
} }
} }
......
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