Commit 726e9c28 authored by hongguangwu's avatar hongguangwu

MVP1.4

parent 5e04b95d
...@@ -929,7 +929,7 @@ ...@@ -929,7 +929,7 @@
<if test="query.businessWorkingStatus != null and query.businessWorkingStatus.trim() != ''"> <if test="query.businessWorkingStatus != null and query.businessWorkingStatus.trim() != ''">
<!-- 0查询在职 --> <!-- 0查询在职 -->
<if test="query.businessWorkingStatus == '0'.toString()"> <if test="query.businessWorkingStatus == '0'.toString()">
(b.BUSINESS_WORKING_STATUS is null or b.BUSINESS_WORKING_STATUS = '0') AND (b.BUSINESS_WORKING_STATUS is null or b.BUSINESS_WORKING_STATUS = '0')
</if> </if>
<!-- 1查询离职 --> <!-- 1查询离职 -->
<if test="query.businessWorkingStatus == '1'.toString()"> <if test="query.businessWorkingStatus == '1'.toString()">
......
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