Parcourir la source

项目转化情况数据修复

Wayne il y a 3 mois
Parent
commit
cf1eb15a4e

+ 1 - 1
projects-service/src/main/java/com/rtrh/projects/modules/projects/mapper/StaticsMapper.xml

@@ -180,7 +180,7 @@
 		<if test="vo.status != null and vo.status != ''">
 			AND kind = #{vo.status}
 		</if>
-		<if test="vo.status = null">
+		<if test="vo.status == null">
 			AND kind != 0
 		</if>
 		group by