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