|
|
@@ -1331,15 +1331,7 @@ feature_other = values(feature_other)
|
|
|
and a.progress = #{progress}
|
|
|
</if>
|
|
|
<if test="applicationLevel !=null">
|
|
|
- <if test="applicationLevel == 0">
|
|
|
- and e.total_amount < 3
|
|
|
- </if>
|
|
|
- <if test="applicationLevel == 1">
|
|
|
- and e.total_amount > 3 and e.total_amount < 8
|
|
|
- </if>
|
|
|
- <if test="applicationLevel == 2">
|
|
|
- and e.total_amount > 8
|
|
|
- </if>
|
|
|
+ and a.member_lvl= #{applicationLevel}
|
|
|
</if>
|
|
|
<if test="reviewProvince !=null">
|
|
|
and (a.review_province = #{reviewProvince}
|