同步岗位增加查询条件
This commit is contained in:
parent
e27f04c51c
commit
eeb32482c1
Binary file not shown.
@ -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();
|
JSONArray shapes = new JSONArray();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user