update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user