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

Commit 4875c141 authored by 胡佳晨's avatar 胡佳晨

修改 admin 审核

parent 2c8f4a37
......@@ -110,7 +110,7 @@ public class SlimeAuthorizationRecordsAdminServiceImpl extends ServiceImpl<Slime
throw new LiquidnetServiceException();
}
if (null != authorizationRecords) {
if (!authorizationRecords.getUid().equals(cuid)) {
if (authorizationRecords.getUid().equals(cuid)) {
// 前后 创建方一致 不处理
return updatedUids;
}
......
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