update
This commit is contained in:
parent
58df49f91c
commit
6136a6685f
@ -63,7 +63,7 @@ public class CheckReportEntity implements Serializable {
|
||||
|
||||
private String checkReportType;
|
||||
|
||||
private Integer checkTimeConsuming;
|
||||
private int checkTimeConsuming;
|
||||
|
||||
/**
|
||||
* 规则名称
|
||||
|
@ -69,4 +69,6 @@ public class ScheduleJobEntity implements Serializable {
|
||||
* 最后完成时间
|
||||
*/
|
||||
private Date afterDate;
|
||||
|
||||
private String remark;
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ public class CheckReportVo implements Serializable {
|
||||
private String checkResult;
|
||||
private Integer checkTotalCount;
|
||||
private String checkReportType;
|
||||
private String checkTimeConsuming;
|
||||
private int checkTimeConsuming;
|
||||
private Integer checkErrorCount;
|
||||
private String ruleName;
|
||||
private String ruleType;
|
||||
|
@ -13,13 +13,14 @@
|
||||
<result column="method_params" property="methodParams" />
|
||||
<result column="cron_expression" property="cronExpression" />
|
||||
<result column="after_date" property="afterDate" />
|
||||
<result column="remark" property="remark" />
|
||||
</resultMap>
|
||||
|
||||
<!-- 通用查询结果列 -->
|
||||
<sql id="Base_Column_List">
|
||||
id,
|
||||
status,
|
||||
job_name, job_type, bean_name, method_name, method_params, cron_expression, after_date
|
||||
job_name, job_type, bean_name, method_name, method_params, cron_expression, after_date, remark
|
||||
</sql>
|
||||
|
||||
</mapper>
|
||||
|
Loading…
x
Reference in New Issue
Block a user