Browse Source

修改通用文案库accountId为主表id

huangxuechao 4 years ago
parent
commit
4ca79bb140

+ 1 - 1
jeecg-boot-bytedance/src/main/java/org/jeecg/modules/bytedance/advertise/mapper/xml/ByteDanceGeneralCopywriterMapper.xml

@@ -7,7 +7,7 @@
 
 
         SELECT
-            b.account_id as accountId,
+            a.account_id as accountId,
             d.creative_id as creativeId,
             e.user_id as userId,
             a.text_copywriter AS textCopywriter,