소스 검색

顽症-excel统计

zhuang 19 시간 전
부모
커밋
2e295a5785
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxPersistentManageServiceImpl.java

+ 2 - 2
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxPersistentManageServiceImpl.java

@@ -629,10 +629,10 @@ public class ZhcxPersistentManageServiceImpl extends ServiceImpl<ZhcxPersistentM
         int maxRow = 31;
         SysFileItemDo fileItemDo = null;
         if ("油漆".equals(type)) {
-            map.put("fill","油漆保护专项");
+            //map.put("fill","油漆保护专项");
             fileItemDo = sysFileItemService.getById("55edd353b7ae4035bcb0dfa148d6ecae");
         }else if("焊接".equals(type)){
-            map.put("fill","焊接通病治理");
+            //map.put("fill","焊接通病治理");
             fileItemDo = sysFileItemService.getById("c34b09e16d1c48c6a40f92d19f7a2397");
             maxRow = 26;
         }