Commit 8594abb8 authored by hongguangwu's avatar hongguangwu

MVP1.7.16-法大大

parent 6e4cf90b
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
AND a.id = #{tFascHrField.id} AND a.id = #{tFascHrField.id}
</if> </if>
<if test="tFascHrField.hrField != null and tFascHrField.hrField.trim() != ''"> <if test="tFascHrField.hrField != null and tFascHrField.hrField.trim() != ''">
AND a.hr_field = #{tFascHrField.hrField} AND a.hr_field like concat('%', #{tFascHrField.hrField}, '%')
</if> </if>
<if test="tFascHrField.hrFieldId != null and tFascHrField.hrFieldId.trim() != ''"> <if test="tFascHrField.hrFieldId != null and tFascHrField.hrFieldId.trim() != ''">
AND a.hr_field_id = #{tFascHrField.hrFieldId} AND a.hr_field_id = #{tFascHrField.hrFieldId}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment