Ver Fonte

sql 修改

zhaoxian há 4 anos atrás
pai
commit
7049e98a70

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouGroupMapper.xml

@@ -113,7 +113,7 @@
 
     <select id="queryUnitInfoByAccountId" resultType="cn.com.ctop.kuaishou.modules.batch.entity.KuaiShouGroup">
         SELECT
-        account_id,campaign_id,unit_id,unit_id
+        account_id,campaign_id,unit_id
         FROM ctop_kuaishou_group
         WHERE account_id = #{accountId}
     </select>