|
|
@@ -657,7 +657,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
fbb.setFollowTime(DateUtils.formatDate(prd.getClockInTime(), AFTConstants.YYYYMMDDHHMMSS));
|
|
|
String ufid = UUID.randomUUID().toString();
|
|
|
prd.setUfid(ufid);
|
|
|
- customerService.addFollow(fbb, ufid, use.getMainStatus());
|
|
|
+ customerService.addFollow(fbb, ufid, prd.getMainStatus());
|
|
|
str = "公出人员打卡";
|
|
|
}else if (clockIn == 2){
|
|
|
str = "公出人员异常打卡";
|