|
@@ -1221,7 +1221,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
String datetimeStr = datetime.substring(0, 8);
|
|
|
log.info("学时抽查"+idCard+"RR"+datetime);
|
|
|
if (!DateUtils.dateTimeNow(DateUtils.YYYYMMDD).equals(datetimeStr)) {
|
|
|
- throw new CustomException("数据错误");
|
|
|
+ throw new CustomException("数据错误",507);
|
|
|
}
|
|
|
User user = iUserService.getByCardNoTenant(idCard);
|
|
|
if (Validator.isEmpty(user)) {
|