1、解決sqlMapper更新为Null报错问题

2、增加调度管理编辑接口
This commit is contained in:
zCans
2022-09-17 20:30:50 +08:00
parent 9734e12a86
commit 258fe61c98
7 changed files with 112 additions and 18 deletions
@@ -0,0 +1,8 @@
<mapper namespace = "fun.asgc.neutrino.proxy.server.dal.JobInfoMapper">
<update id="update">
update `job_info`
set cron = :cron,desc = :desc,alarm_email=:alarmEmail,alarm_ding=:alarmDing,param=:param,update_time=:updateTime
where id =:id
</update>
</mapper>