同步岗位增加查询条件

This commit is contained in:
zhal 2022-12-25 17:23:53 +08:00
parent e27f04c51c
commit eeb32482c1
2 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ public class SynchronousPortJob implements IJob {
List<RowMap> orgdepartmentList = DBSql.getMaps(conn, "select DESCR,DEPTNAME from BO_EU_ORG_POSTS WHERE DEPTID=? AND DESCR IS NOT NULL ", departmentId);
List<RowMap> orgdepartmentList = DBSql.getMaps(conn, "select DESCR,DEPTNAME from BO_EU_ORG_POSTS WHERE DEPTID=? AND DESCR IS NOT NULL AND STATUS='A'", departmentId);
JSONArray shapes = new JSONArray();