Browse Source

Merge branch 'feature/eta2.2.6_material' into debug

xyxie 3 tuần trước cách đây
mục cha
commit
c3f420dbf9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controllers/material/material.go

+ 1 - 0
controllers/material/material.go

@@ -1438,6 +1438,7 @@ func (this *MaterialController) Rename() {
 		br.Msg = "缺少素材库编号"
 		return
 	}
+	req.MaterialName = strings.Trim(req.MaterialName, " ")
 	if req.MaterialName == "" {
 		br.Msg = "缺少素材库名称"
 		return