記錄一下自己犯的錯,因為 promotion.setProducts
已經算是另一個更新程序,所以需要另外加 await。
更新 1:M 片段
1 | let productIds = [1, 2]; |
db schema 片段
1 | associate: function(models) { |
記錄一下自己犯的錯,因為 promotion.setProducts
已經算是另一個更新程序,所以需要另外加 await。
1 | let productIds = [1, 2]; |
1 | associate: function(models) { |