소스 검색

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

yumeng 4 년 전
부모
커밋
732e76119a
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();
 	}