Daniel 2025-08-31 08:44:38 +08:00
parent ef0e29a6fd
commit 4744429550
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -845,7 +845,7 @@ func setAttributeViewBlockAttr(c *gin.Context) {
avID := arg["avID"].(string)
keyID := arg["keyID"].(string)
rowID := arg["rowID"].(string)
rowID := arg["rowID"].(string) // 即 ItemID
value := arg["value"].(interface{})
updatedVal, err := model.UpdateAttributeViewCell(nil, avID, keyID, rowID, value)
if err != nil {