Parcourir la source

fix: 积分包结算管理-筛选条件

lixuesong il y a 1 an
Parent
commit
cfd80ba4fc

+ 2 - 2
hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/WmScorePackageMapper.xml

@@ -1472,8 +1472,8 @@
 			<if test="query.subType != null and query.subType != ''">
 				AND p.sub_type= #{query.subType}
 			</if>
-			<if test="query.subjectLocation != null and query.subjectLocation != ''">
-		        AND p.sub_location = #{query.subjectLocation}
+			<if test="query.subjectLocation != null">
+		        AND p.sub_location = #{query.subjectLocation.type}
 			</if>
 			<if test="query.invoiceCategory != null">
 				AND p.invoice_category = #{query.invoiceCategory}