|
|
@@ -1223,20 +1223,20 @@ create_time = values(create_time)
|
|
|
and b.outsource= #{outSourcingStatus}
|
|
|
</if>
|
|
|
<if test="updateTime !=null">
|
|
|
- and b.update_time between #{updateTime} and #{updateTime} + interval 1 day
|
|
|
+ and a.update_time between #{updateTime} and #{updateTime} + interval 1 day
|
|
|
</if>
|
|
|
<if test="progress !=null">
|
|
|
and a.progress = #{progress}
|
|
|
</if>
|
|
|
<if test="applicationLevel !=null">
|
|
|
- <if test="applicationLevel == '1'">
|
|
|
+ <if test="applicationLevel == 0">
|
|
|
and e.total_amount < 3
|
|
|
</if>
|
|
|
- <if test="applicationLevel == '2'">
|
|
|
- and a.application_level > 3 and e.total_amount < 8
|
|
|
+ <if test="applicationLevel == 1">
|
|
|
+ and e.total_amount > 3 and e.total_amount < 8
|
|
|
</if>
|
|
|
- <if test="applicationLevel == '3'">
|
|
|
- and a.application_level > 8
|
|
|
+ <if test="applicationLevel == 2">
|
|
|
+ and e.total_amount > 8
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="reviewProvince !=null">
|