Browse Source

bug

release_toaliyun_real
xhxu 5 years ago
parent
commit
f484982b53
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxMiniappThemeMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxMiniappThemeMapper.xml View File

@@ -16,7 +16,7 @@
</resultMap> </resultMap>


<sql id="allColumns"> <sql id="allColumns">
`id`,`tenant_id`,`name`,`remarks`,`preview_url`,`status`,`create_date`,`update_date`
`id`,`tenant_id`,`name`,`remarks`,`preview_url`,`type`,`create_date`,`update_date`
</sql> </sql>


<sql id="dynamicWhereConditions"> <sql id="dynamicWhereConditions">
@@ -79,7 +79,7 @@
FROM wx_miniapp_theme_deploy mtd FROM wx_miniapp_theme_deploy mtd
left join wx_miniapp_theme_value mtv on mtv.miniapp_deploy_id = mtd.id left join wx_miniapp_theme_value mtv on mtv.miniapp_deploy_id = mtd.id
left join wx_theme_mall tm on tm.theme_id = mtv.miniapp_theme_id and tm.theme_type = mtd.theme_type left join wx_theme_mall tm on tm.theme_id = mtv.miniapp_theme_id and tm.theme_type = mtd.theme_type
left join wx_miniapp_theme mt on tm.id = tm.theme_id
left join wx_miniapp_theme mt on mt.id = tm.theme_id
where mtd.theme_type = #{themeType} and mt.del_status = 0 and tm.tenant_id = #{tenantId} where mtd.theme_type = #{themeType} and mt.del_status = 0 and tm.tenant_id = #{tenantId}
</select> </select>




Loading…
Cancel
Save