فهرست منبع

当天获取的考勤打卡也要四舍五入

QuYueTing 6 ماه پیش
والد
کامیت
bfd9355df5

+ 2 - 0
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/service/impl/WxCorpInfoServiceImpl.java

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