|
@@ -1060,6 +1060,8 @@ public class WxCorpInfoServiceImpl extends ServiceImpl<WxCorpInfoMapper, WxCorpI
|
|
} else {
|
|
} else {
|
|
if (corpInfo.getCompanyId() == 481) {
|
|
if (corpInfo.getCompanyId() == 481) {
|
|
time = DateTimeUtil.getHalfHoursFromDouble(time);
|
|
time = DateTimeUtil.getHalfHoursFromDouble(time);
|
|
|
|
+ } else {
|
|
|
|
+ time = DateTimeUtil.getHoursFromDouble(time);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
userCorpwxTime.setWorkHours(time);
|
|
userCorpwxTime.setWorkHours(time);
|