Commit f8ecc2b2 authored by fangxinjiang's avatar fangxinjiang

日志优化

parent 2f7871b4
...@@ -759,8 +759,8 @@ ...@@ -759,8 +759,8 @@
1=1 and b.DELETE_FLAG = '0' 1=1 and b.DELETE_FLAG = '0'
<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''"> <if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
${tEmployeeInfo.authSql} ${tEmployeeInfo.authSql}
</if>--> </if>
) b on a.id = b.EMP_ID ) b on a.id = b.EMP_ID-->
<where> <where>
a.DELETE_FLAG = '0' a.DELETE_FLAG = '0'
<include refid="employeeInfo_where"/> <include refid="employeeInfo_where"/>
......
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