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

Commit eb1cb20c authored by zhanggb's avatar zhanggb

fix:添加入场人+上限:禁用删除;

parent 18206875
......@@ -165,7 +165,7 @@ public class AdamEntersController {
AdamEntersVo enters = adamRdmService.getEntersVoByUidEntersId(currentUid, entersId);
if (null == enters) return ResponseDto.failure(ErrorMapping.get("10105"));
adamEntersService.remove(currentUid, entersId);
// adamEntersService.remove(currentUid, entersId);
return ResponseDto.success();
}
......
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