|
|
@ -79,7 +79,8 @@ public class AuditController { |
|
|
|
user.setCoreJb(user.getCoreJb().add(taskCoin)); |
|
|
|
User user1 = userMapper.selectByJwcode1(detail.getJwcode()); |
|
|
|
|
|
|
|
Admin admin =adminMapper.selectById(detail.getAdminId());; |
|
|
|
Admin admin =adminMapper.selectById(audit.getAdminId()); |
|
|
|
|
|
|
|
LocalDate now = LocalDate.now(); |
|
|
|
Month currentMonth = now.getMonth(); |
|
|
|
|
|
|
|