|
@@ -90,6 +90,9 @@
|
|
|
<if test="vo.rectification != null and vo.rectification != ''">
|
|
|
and u.rectification = #{vo.rectification}
|
|
|
</if>
|
|
|
+ <if test="vo.sourceType != null and vo.sourceType != ''">
|
|
|
+ and u.source_type = #{vo.sourceType}
|
|
|
+ </if>
|
|
|
<if test="vo.rectification == null and vo.archiveId == null">
|
|
|
and (u.is_auto_file is null or u.is_auto_file != 1)
|
|
|
</if>
|
|
@@ -161,7 +164,7 @@
|
|
|
and u.rectification = #{vo.rectification}
|
|
|
</if>
|
|
|
<if test="vo.sourceType != null and vo.sourceType != ''">
|
|
|
- and u.source_type = #{sourceType}
|
|
|
+ and u.source_type = #{vo.sourceType}
|
|
|
</if>
|
|
|
|
|
|
<if test="vo.rectification == null and vo.archiveId == null">
|