浏览代码

凌云集团更改公司

peiguo 5 年之前
父节点
当前提交
a0567a39fd

+ 1 - 1
whepi-web/src/main/java/com/bofeng/entity/ExcelRiBaoLY.java

@@ -320,7 +320,7 @@ public class ExcelRiBaoLY {
         } else if (todayLocal == 4) {
             todayLoalDesc = todayLocalOther;
         }
-        return workLoalDesc;
+        return todayLoalDesc;
     }
 
     @ExcelProperty(value = "是否出行", index = 17)

+ 1 - 1
whepi-web/src/main/java/com/bofeng/entity/ExcelRiBaoLYBM4.java

@@ -311,7 +311,7 @@ public class ExcelRiBaoLYBM4 {
         } else if (todayLocal == 4) {
             todayLoalDesc = todayLocalOther;
         }
-        return workLoalDesc;
+        return todayLoalDesc;
     }
 
     @ExcelProperty(value = "是否出行", index = 7)