heheng
2025-07-09 5faa3f478f9d36422c5d1a19c4e2da7250afd70f
优化改造sql
2 files modified
3 ■■■■ changed files
multi-common/src/main/java/com/gkhy/exam/common/domain/entity/SysDept.java 2 ●●● patch | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/impl/StandardizedTemplateServiceImpl.java 1 ●●●● patch | view | raw | blame | history
multi-common/src/main/java/com/gkhy/exam/common/domain/entity/SysDept.java
@@ -81,7 +81,7 @@
    @ApiModelProperty("部门类型1默认2管理")
    private String deptType;
    @ApiModelProperty("是否智能分配1是2否")
    @ApiModelProperty("是否职能分配1是2否")
    private String responsType;
    /** 子部门 */
    private List<SysDept> children = new ArrayList<SysDept>();
multi-system/src/main/java/com/gkhy/exam/system/service/impl/StandardizedTemplateServiceImpl.java
@@ -173,6 +173,7 @@
        //部门
        SysDept sysDept = new SysDept();
        sysDept.setCompanyId(companyId.longValue());
        sysDept.setResponsType("1");
        List<TreeSelect> treeSelects = iSysDeptService.selectDeptTreeList(sysDept);
        //公司概况