Browse Source

接口改动---

zhanghao 3 months ago
parent
commit
4a74e4645d

+ 1 - 1
project-zcustom/src/main/java/com/project/zcustom/service/employee/impl/PlatEmployeeHealthIllnessServiceImpl.java

@@ -220,7 +220,7 @@ public class PlatEmployeeHealthIllnessServiceImpl extends ServiceImpl<PlatEmploy
         }else{
             nameList = list.stream().map(PlatEmployeeHealthIllness::getParamsName).collect(Collectors.toList());
             valueList = list.stream().map(PlatEmployeeHealthIllness::getParamsValue).collect(Collectors.toList());
-            colorList = Arrays.asList("#6DC8EC","#5AD8A6","#eaa654");
+            colorList = Arrays.asList("#26E0DE","#13F9B9","#EEB164");
         }
         StringUtils.createdTableData(nameList,valueList,colorList,tempMap);
         return tempMap;