|
@@ -23,7 +23,7 @@ public interface SqlServerMapper {
|
|
List<ZProject> getZProjectList();
|
|
List<ZProject> getZProjectList();
|
|
|
|
|
|
@DS("slave")
|
|
@DS("slave")
|
|
- @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 != '' ")
|
|
List<Map<String, Object>> getUsers();
|
|
List<Map<String, Object>> getUsers();
|
|
|
|
|
|
@DS("slave")
|
|
@DS("slave")
|