main
dongdingding 1 year ago
parent 3a0314aa26
commit bbe045a8ec

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

@ -11,13 +11,13 @@ spring:
# username: root # username: root
# password: Admin123@ # password: Admin123@
#本地 #本地
url: jdbc:mysql://localhost:3306/ying_ji?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 # 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
# username: root # 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 # url: jdbc:mysql://localhost:3307/ying_ji?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: root # username: root

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

Loading…
Cancel
Save