|
@@ -1518,6 +1518,9 @@
|
|
<if test="query.subType != null and query.subType != ''">
|
|
<if test="query.subType != null and query.subType != ''">
|
|
AND p.sub_type= #{query.subType}
|
|
AND p.sub_type= #{query.subType}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="query.subjectLocation != null and query.subjectLocation != ''">
|
|
|
|
+ AND p.sub_location = #{query.subjectLocation}
|
|
|
|
+ </if>
|
|
<if test="query.userNames != null">
|
|
<if test="query.userNames != null">
|
|
AND su.realname like CONCAT('%',#{query.userNames},'%')
|
|
AND su.realname like CONCAT('%',#{query.userNames},'%')
|
|
</if>
|
|
</if>
|