完善维护列表
parent
79ef67d9af
commit
cf0e3685bd
|
@ -187,10 +187,6 @@ public class EngineVersionController extends BaseController {
|
|||
return Result.success();
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("你好世界");
|
||||
}
|
||||
|
||||
/**
|
||||
* 关闭
|
||||
* @param id
|
||||
|
|
|
@ -13,12 +13,12 @@
|
|||
</insert>
|
||||
<update id="onEngine">
|
||||
update engine_version
|
||||
set status = 1
|
||||
set isActivate = 1
|
||||
where id = #{id}
|
||||
</update>
|
||||
<update id="close">
|
||||
update engine_version
|
||||
set status = 2
|
||||
set isActivate = 2
|
||||
where id = #{id}
|
||||
</update>
|
||||
<select id="getByIds" resultType="com.muyu.domain.EngineMaintenance">
|
||||
|
|
Loading…
Reference in New Issue