فهرست منبع

修改视频标签保存bug

syh 4 سال پیش
والد
کامیت
c6249ff8cb
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      module-common/src/main/java/cn/com/ctop/common/module/entity/MaterialTagInfo.java

+ 1 - 0
module-common/src/main/java/cn/com/ctop/common/module/entity/MaterialTagInfo.java

@@ -43,6 +43,7 @@ public class MaterialTagInfo {
 		this.tagCode = tagInfo.getTagCode();
 		this.tagName = tagInfo.getTagName();
 		this.userId = userId;
+		this.categoryId = tagInfo.getTagCategoryId();
 		this.createTime = new Date();
 		this.updateTime = new Date();
 	}