|
@@ -101,7 +101,6 @@ public class LogStandardService {
|
|
* 根据用户Id标准化某个人的工时
|
|
* 根据用户Id标准化某个人的工时
|
|
* @param userId 用户Id
|
|
* @param userId 用户Id
|
|
*/
|
|
*/
|
|
- @Async
|
|
|
|
public void standardWeekMemberHourByUserId(String userId){
|
|
public void standardWeekMemberHourByUserId(String userId){
|
|
if (!StringUtils.isEmpty(userId)) {
|
|
if (!StringUtils.isEmpty(userId)) {
|
|
long start=Instant.now().getEpochSecond();
|
|
long start=Instant.now().getEpochSecond();
|