|
@@ -45,7 +45,7 @@ public class CollectionSlogansServiceImpl extends ServiceImpl<CollectionSlogansM
|
|
//创意标题
|
|
//创意标题
|
|
if (!Check.isNull(tagList)) {
|
|
if (!Check.isNull(tagList)) {
|
|
co.setType(NoEn.NO3.valueStr());
|
|
co.setType(NoEn.NO3.valueStr());
|
|
- co.setValue(captionsList.toString());
|
|
|
|
|
|
+ co.setValue(tagList.toString());
|
|
}
|
|
}
|
|
co.setAccountId(accountId);
|
|
co.setAccountId(accountId);
|
|
co.setUserId(userId);
|
|
co.setUserId(userId);
|