|
@@ -50,6 +50,7 @@ public class LogStandardService {
|
|
|
* @param isRecent 是否只标准化最近一个月的数据
|
|
|
* @param chuanyunUserCompanyDO 员工信息
|
|
|
*/
|
|
|
+ @Async
|
|
|
public void standardHourByUserCompanyAndIsRecent(ChuanyunUserCompanyDO chuanyunUserCompanyDO, boolean isRecent) {
|
|
|
if (!StringUtils.isEmpty(chuanyunUserCompanyDO.getUserId())) {
|
|
|
long start = Instant.now().getEpochSecond();
|
|
@@ -63,8 +64,6 @@ public class LogStandardService {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* 根据用户Id标准化某个人的日工时
|
|
|
* @param userId 用户Id
|