Просмотр исходного кода

/、theme

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
441986c298
1 измененных файлов: 4 добавлений и 3 удалений
  1. +4
    -3
      mallinkService/src/main/resources/mapper/WxMiniappThemeMapper.xml

+ 4
- 3
mallinkService/src/main/resources/mapper/WxMiniappThemeMapper.xml Просмотреть файл

@@ -56,9 +56,10 @@
</update>


<select id="findDeployList" parameterType="Integer" resultType="com.iformall.domain.po.WxMiniappThemeDeploy">
SELECT id,`name`,remarks,theme_type themeType,default_icon defaultIcon,default_style defaultStyle
FROM wx_miniapp_theme_deploy where theme_type = #{themeType} and mould_type = #{mouldType};
<select id="findDefaultList" resultType="com.iformall.domain.po.WxMiniappThemeValue">
SELECT `name`, remarks,default_icon icon,default_style styleClass
FROM wx_miniapp_theme_deploy
where theme_type = #{themeType} and mould_type = #{mouldType};
</select>




Загрузка…
Отмена
Сохранить