瀏覽代碼

1.评估效率接单数量与评估部效率查询方式保持一致
2.处理financial为null的情况

GouGengquan 3 月之前
父節點
當前提交
ca1b47b34f

File diff suppressed because it is too large
+ 230 - 55
dao/src/main/resources/mapper/MajorStatisticalStatementMapper.xml


+ 5 - 0
domain/src/main/java/com/dayou/dto/MajorStatisticalSelectDTO.java

@@ -120,4 +120,9 @@ public class MajorStatisticalSelectDTO {
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
     private Date endTime;
 
+    /**
+     * 金融/非金融状态为null
+     */
+    private Boolean financialIsNull;
+
 }