|
@@ -383,7 +383,7 @@ public class TaPersonServiceImpl extends ServiceImpl<TaPersonMapper, TaPerson> i
|
383
|
383
|
boolean yestodaySigned = null != taPersonSign && DateUtils.sameDay(LocalDateTime.now().minusDays(1), taPersonSign.getSignDate());
|
384
|
384
|
|
385
|
385
|
if (todaySigned) {
|
386
|
|
- return ResponseBean.error("请不要重复getPersonId(request);", ResponseBean.ERROR_ILLEGAL_PARAMS);
|
|
386
|
+ return ResponseBean.error("请不要重复签到", ResponseBean.ERROR_ILLEGAL_PARAMS);
|
387
|
387
|
}
|
388
|
388
|
|
389
|
389
|
int durationDays = !yestodaySigned ? 1 : taPersonSign.getDurationDays() + 1;
|