|
|
- @Select("select DISTINCT a.EMPID,a.USERID,a.EMPNAME,a.GENDER,a.OEMAIL,a.MOBILENO,b.EMPID AS 'USERID4A' from OM_EMPLOYEE a LEFT JOIN AC_OPERATOR b ON a.USERID = b.USERID ")
|
|
|
+ @Select("select DISTINCT a.EMPID,a.USERID,a.EMPNAME,a.GENDER,a.OEMAIL,a.MOBILENO,b.EMPID AS 'USERID4A' from OM_EMPLOYEE a LEFT JOIN AC_OPERATOR b ON a.USERID = b.USERID where b.EMPID is not null AND b.EMPID != '' ")
|