|
@@ -112,7 +112,7 @@
|
|
</if>
|
|
</if>
|
|
<if test="userId != null">
|
|
<if test="userId != null">
|
|
AND tcs.user_id_ = #{userId}
|
|
AND tcs.user_id_ = #{userId}
|
|
- </if>minSalary
|
|
|
|
|
|
+ </if>
|
|
<if test="minSalary != null">
|
|
<if test="minSalary != null">
|
|
AND tcs.expect_total_salary_ >= #{minSalary}
|
|
AND tcs.expect_total_salary_ >= #{minSalary}
|
|
</if>
|
|
</if>
|