Merge remote-tracking branch 'origin/apps_dev' into apps_dev
This commit is contained in:
commit
9a57d7b1af
@ -73,7 +73,7 @@ public class SynchronousOrgJob implements IJob {
|
|||||||
|
|
||||||
|
|
||||||
PALRepositoryModelImpl model = CoeProcessLevelUtil.createPALRepositoryModel(id1, plRid1, wsId, "内蒙古伊利实业集团股份有限公司",
|
PALRepositoryModelImpl model = CoeProcessLevelUtil.createPALRepositoryModel(id1, plRid1, wsId, "内蒙古伊利实业集团股份有限公司",
|
||||||
"", 1, modeldefaultId, "org", true, 1,
|
"", orderIndex, modeldefaultId, "org", true, 1,
|
||||||
id1, false, "org.normal", "0", 1, null,
|
id1, false, "org.normal", "0", 1, null,
|
||||||
null, "admin", "admin", nowTime, "0", null,
|
null, "admin", "admin", nowTime, "0", null,
|
||||||
null, null, null, null, null, null, null, 1);
|
null, null, null, null, null, null, null, 1);
|
||||||
@ -227,7 +227,7 @@ public class SynchronousOrgJob implements IJob {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
List<RowMap> orgdepartmentList=DBSql.getMaps("select POSITION_NO,POSITION_NAME from ORGUSER WHERE DEPARTMENTID=?",departmentId);
|
List<RowMap> orgdepartmentList=DBSql.getMaps("select DISTINCT(POSITION_NAME) from ORGUSER WHERE DEPARTMENTID=?",departmentId);
|
||||||
|
|
||||||
JSONArray shapes = new JSONArray();
|
JSONArray shapes = new JSONArray();
|
||||||
if(orgdepartmentList.size()>0){
|
if(orgdepartmentList.size()>0){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user