main
dongdingding 9 months ago
parent 3a0314aa26
commit bbe045a8ec

@ -125,12 +125,12 @@ public class BPlanEnterpriseResponse extends BaseEntity {
private String enterpriseName;
/**
* 12
*/
@ApiModelProperty(value = "是否重点企业1是2否")
private Integer isPoint;
// /**
// * 是否重点企业1是2
// */
//
// @ApiModelProperty(value = "是否重点企业1是2否")
// private Integer isPoint;
/**
@ -199,26 +199,26 @@ public class BPlanEnterpriseResponse extends BaseEntity {
@ApiModelProperty(value = "1当月 2提前 3滞后")
private Integer checkAgeing;
//
// /**
// * 1当月 2提前 3滞后
// */
// @ApiModelProperty(value = "1当月 2提前 3滞后")
// private Integer RISK_LEVEL;
//
//
// /**
// * 安全风险等级
// */
// @ApiModelProperty(value = "安全风险等级")
// private String riskLevel;
//
/**
* 1 2 3
*/
@ApiModelProperty(value = "1当月 2提前 3滞后")
private Integer RISK_LEVEL;
/**
*
*/
@ApiModelProperty(value = "安全风险等级")
private String riskLevel;
/**
*
*/
@ApiModelProperty(value = "标准化等级")
private String standLevel;
// /**
// * 标准化等级
// */
// @ApiModelProperty(value = "标准化等级")
// private String standLevel;
/**

@ -11,13 +11,13 @@ spring:
# username: root
# password: Admin123@
#本地
url: jdbc:mysql://localhost:3306/ying_ji?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: adminadmin
#远程
# url: jdbc:mysql://192.167.2.56:3306/ying_ji?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=UTC
# url: jdbc:mysql://localhost:3306/ying_ji?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: root
# password: Jichuang@2023
# password: adminadmin
#远程
url: jdbc:mysql://192.167.2.56:3306/ying_ji?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=UTC
username: root
password: Jichuang@2023
#公司本地
# url: jdbc:mysql://localhost:3307/ying_ji?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: root

@ -88,7 +88,6 @@
</if>
<if test="plannedYear != null and plannedYear != ''">and a.planned_year = #{plannedYear}</if>
<if test="isPoint != null ">and a.is_point = #{isPoint}</if>
<if test="lawHierarchy != null ">and a.law_hierarchy = #{lawHierarchy}</if>
<if test="status != null ">and a.status = #{status}</if>
<if test="enterpriseName != null and enterpriseName != ''">and a.enterprise_name like
@ -101,7 +100,6 @@
</foreach>
</if>
</where>
order by isPoint desc
</select>
<delete id="deleteByPlanId">
delete

Loading…
Cancel
Save