Commit 419dc7e6 authored by huyuchen's avatar huyuchen

huych-入职登记提交

parent 41b3f57e
......@@ -133,7 +133,7 @@
AND a.PROJECT_SOURCE = #{employeeRegistrationPre.dataSource}
</if>
<if test="employeeRegistrationPre.customerUsernameNew != null and employeeRegistrationPre.customerUsernameNew.trim() != ''">
AND c.CS_NAME = #{employeeRegistration.customerUsernameNew}
AND c.CS_NAME = #{employeeRegistrationPre.customerUsernameNew}
</if>
<if test="employeeRegistrationPre.authSql != null and employeeRegistrationPre.authSql.trim() != ''">
${employeeRegistrationPre.authSql}
......
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