wzy před 9 měsíci
rodič
revize
05a75ceb7f

+ 3 - 0
mjava-zhixingtongde/src/main/java/com/malk/zhixingtongde/service/impl/ZxtdReportServiceImpl.java

@@ -3357,6 +3357,9 @@ public class ZxtdReportServiceImpl implements ZxtdReportService {
             String date=formData.getString("textField_lqvp89br");// 年月 2024-01
             String month=date.split("-")[1].replaceFirst("^0+(?!$)", "");// 月份(去除前缀0)
             // 数据累加
+            if (subject.equals("FH")){
+                continue;
+            }
             if(dataMap.containsKey(classify)){
                 Map<String,Profit> classifyMap=dataMap.get(classify);
                 if(classifyMap.containsKey(subject)){