Просмотр исходного кода

Merge branch 'master' of http://git.tjyourong.com.cn/ctop/adsp-boot

yumeng 4 лет назад
Родитель
Сommit
732e76119a

+ 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();
 	}