后台:停止维护逻辑

This commit is contained in:
luying
2021-07-16 17:36:16 +08:00
parent 5dba5632c2
commit d780f8e5b4
4 changed files with 13 additions and 5 deletions
-1
View File
@@ -42,7 +42,6 @@ export default class GameController extends Controller {
ctx.body = ctx.service.utils.resResult(STATUS.GM_JSON_FORMAT_ERR);
return
}
console.log(goods)
ctx.body = await ctx.service.game.updateMaintenance(
{...values, startTime: new Date(values.startTime)},