Daniel
2025-08-31 08:44:38 +08:00
parent ef0e29a6fd
commit 4744429550
+1 -1
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 {