|
@@ -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)){
|