Browse Source

fix 点位编辑无效

master
liujiangyong 2 years ago
parent
commit
3e30fd3d40
  1. 2
      api/app/lib/controllers/projectRegime/projectSituation.js

2
api/app/lib/controllers/projectRegime/projectSituation.js

@ -216,7 +216,7 @@ async function addPosition(ctx, next) {
throw '生成二维码失败' throw '生成二维码失败'
} }
} else { } else {
await models.Point.update({ pointData }, { await models.Point.update(pointData, {
where: { where: {
id: data.id, id: data.id,
} }

Loading…
Cancel
Save