Commit bf27208c authored by fangxinjiang's avatar fangxinjiang

MVP1.2:合同审核添加创建人条件

parent fb4a3fb5
...@@ -377,7 +377,7 @@ ...@@ -377,7 +377,7 @@
AND a.CREATE_BY = #{tEmployeeContractInfo.createBy} AND a.CREATE_BY = #{tEmployeeContractInfo.createBy}
</if> </if>
<if test="tEmployeeContractInfo.createName != null and tEmployeeContractInfo.createName.trim() != ''"> <if test="tEmployeeContractInfo.createName != null and tEmployeeContractInfo.createName.trim() != ''">
AND a.CREATE_NAME = #{tEmployeeContractInfo.createName} AND a.CREATE_NAME like concat('%',#{tEmployeeContractInfo.createName},'%')
</if> </if>
<if test="tEmployeeContractInfo.updateBy != null and tEmployeeContractInfo.updateBy.trim() != ''"> <if test="tEmployeeContractInfo.updateBy != null and tEmployeeContractInfo.updateBy.trim() != ''">
AND a.UPDATE_BY = #{tEmployeeContractInfo.updateBy} AND a.UPDATE_BY = #{tEmployeeContractInfo.updateBy}
......
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