1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-04 22:41:24 +08:00

Added api /user/department

This commit is contained in:
2023-05-29 08:35:49 +08:00
parent fed1594fc3
commit d773913d2c
8 changed files with 63 additions and 4 deletions

View File

@@ -66,7 +66,6 @@ public class AttendanceController {
attendance.setModifyId(1652714496280469506L);
return attendanceService.saveOrUpdate(attendance) ? ResponseResult.build(ResponseCode.DATABASE_SAVE_OK, "success", attendance) :
ResponseResult.build(ResponseCode.DATABASE_SAVE_ERROR, "error", null);
}
//个人签到