更新岗位定时器查询条件

This commit is contained in:
zhal 2023-02-22 13:39:42 +08:00
parent bab1fa784c
commit 359a2d0711
2 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ public class SynchronousUpdatePortJob implements IJob {
Map<String, String> idRelationMap = new HashMap<>();
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();