Commit 794e595a authored by Mr.Tang's avatar Mr.Tang

入职管理导出数据bug修复

parent 7e09edd8
...@@ -115,12 +115,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -115,12 +115,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="submissionTime != null "> and submission_time = #{submissionTime}</if> <if test="submissionTime != null "> and submission_time = #{submissionTime}</if>
<if test="updateTime != null "> and update_time = #{updateTime}</if> <if test="updateTime != null "> and update_time = #{updateTime}</if>
<if test="processState != null and processState != ''"> and process_state = #{processState}</if> <if test="processState != null and processState != ''"> and process_state = #{processState}</if>
and current_node = 103 <if test="currentNode != null and currentNode != ''"> and current_node = #{currentNode}</if>
<if test="currentResponsiblePerson != null and currentResponsiblePerson != ''"> and current_responsible_person = #{currentResponsiblePerson}</if> <if test="currentResponsiblePerson != null and currentResponsiblePerson != ''"> and current_responsible_person = #{currentResponsiblePerson}</if>
<if test="isBorrowCompanyAssets != null and isBorrowCompanyAssets != ''"> and is_borrow_company_assets = #{isBorrowCompanyAssets}</if> <if test="isBorrowCompanyAssets != null and isBorrowCompanyAssets != ''"> and is_borrow_company_assets = #{isBorrowCompanyAssets}</if>
<if test="assetsName != null and assetsName != ''"> and assets_name = #{assetsName}</if> <if test="assetsName != null and assetsName != ''"> and assets_name = #{assetsName}</if>
<if test="serviceCompany != null and serviceCompany != ''"> and service_company = #{serviceCompany}</if> <if test="serviceCompany != null and serviceCompany != ''"> and service_company = #{serviceCompany}</if>
and employment_approval_state = 2 <if test="employmentApprovalState != null and employmentApprovalState != ''"> and employment_approval_state = #{employmentApprovalState}</if>
and is_draft = 1 and is_draft = 1
<if test="empId != null and empId != ''"> and emp_id = #{empId}</if> <if test="empId != null and empId != ''"> and emp_id = #{empId}</if>
<if test="userId != null and userId != ''"> and user_id = #{userId}</if> <if test="userId != null and userId != ''"> and user_id = #{userId}</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