Browse Source

应急人员机构选择去掉运管中心

develop
wangsixiang 12 months ago
parent
commit
44c358234c
  1. 2
      zc-business/src/main/java/com/zc/business/controller/NonAutomaticWarningController.java
  2. 2
      zc-business/src/main/java/com/zc/business/domain/DcEmployees.java
  3. 2
      zc-business/src/main/resources/mapper/business/DcEmployeesMapper.xml

2
zc-business/src/main/java/com/zc/business/controller/NonAutomaticWarningController.java

@ -256,7 +256,7 @@ public class NonAutomaticWarningController extends BaseController {
return AjaxResult.error(); return AjaxResult.error();
} }
@PostConstruct // @PostConstruct
public AjaxResult eventSubscriptionPostConstruct() throws Exception { public AjaxResult eventSubscriptionPostConstruct() throws Exception {
NonAutomaticWarning stringStringHashMap = new NonAutomaticWarning(); NonAutomaticWarning stringStringHashMap = new NonAutomaticWarning();
stringStringHashMap.setAPPKEY(APPKEY); stringStringHashMap.setAPPKEY(APPKEY);

2
zc-business/src/main/java/com/zc/business/domain/DcEmployees.java

@ -31,7 +31,7 @@ public class DcEmployees extends BaseEntity
/** */ /** */
@ApiModelProperty(value = "名称", required = true) @ApiModelProperty(value = "名称", required = true)
@Excel(name = "名") @Excel(name = "名")
private String name; private String name;
/** */ /** */

2
zc-business/src/main/resources/mapper/business/DcEmployeesMapper.xml

@ -94,7 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</delete> </delete>
<select id="selectOrganizationAll" resultType="java.util.HashMap"> <select id="selectOrganizationAll" resultType="java.util.HashMap">
select id,parent_id parentId,organization_name organizationName,organization_type organizationType select id,parent_id parentId,organization_name organizationName,organization_type organizationType
from dc_organization from dc_organization where parent_id!=0
</select> </select>
<select id="selectSysPostAll" resultType="java.util.HashMap"> <select id="selectSysPostAll" resultType="java.util.HashMap">
select post_id postId,post_name postName from sys_post select post_id postId,post_name postName from sys_post

Loading…
Cancel
Save