Selaa lähdekoodia

feat: 结算列表查询条件

lixuesong 1 vuosi sitten
vanhempi
commit
b4cb062e0f

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

@@ -1518,6 +1518,9 @@
 			<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>
 			<if test="query.userNames != null">
 				AND su.realname like CONCAT('%',#{query.userNames},'%')
 			</if>