更新岗位定时器查询条件
This commit is contained in:
parent
bab1fa784c
commit
359a2d0711
Binary file not shown.
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user