|
@@ -16,7 +16,7 @@ public interface LoginDao {
|
|
|
"emp_tit_code " +
|
|
|
"from dj_user_base a " +
|
|
|
" left join a_employee_mi b on (a.code = b.code) " +
|
|
|
- "where a.code_rs=#{codeRs} and b.del_flag=0")
|
|
|
+ "where a.code_rs=#{codeRs} and isnull(b.del_flag,0)!=1")
|
|
|
UserInfo findUserByCodeRsFromDjUserBase(@Param("codeRs") String codeRs);
|
|
|
|
|
|
@Select("select code, name, code_rs, password='e10adc3949ba59abbe56e057f20f883e',emp_tit_code " +
|