Commit 0fa858ac authored by chenyuxi's avatar chenyuxi

feat: offer改字段名称

parent 8828f52c
...@@ -149,12 +149,6 @@ ...@@ -149,12 +149,6 @@
<if test="tGzOfferInfo.updateTime != null"> <if test="tGzOfferInfo.updateTime != null">
AND a.update_time = #{tGzOfferInfo.updateTime} AND a.update_time = #{tGzOfferInfo.updateTime}
</if> </if>
<if test="tGzOfferInfo.empType != null and tGzOfferInfo.empType.trim() != ''">
AND a.emp_type = #{tGzOfferInfo.empType}
</if>
<if test="tGzOfferInfo.empTypeDescr != null and tGzOfferInfo.empTypeDescr.trim() != ''">
AND a.emp_type_descr = #{tGzOfferInfo.empTypeDescr}
</if>
<if test="tGzOfferInfo.outSginType != null and tGzOfferInfo.outSginType.trim() != ''"> <if test="tGzOfferInfo.outSginType != null and tGzOfferInfo.outSginType.trim() != ''">
AND a.out_sgin_type = #{tGzOfferInfo.outSginType} AND a.out_sgin_type = #{tGzOfferInfo.outSginType}
</if> </if>
......
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