|
|
|
@@ -120,7 +120,7 @@ public class WxMiniappThemeServiceImpl implements WxMiniappThemeService { |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<WxMiniappThemeValue> findDefaultList(Integer type,Integer mouldType) { |
|
|
|
public List<WxMiniappThemeValue> findDefaultList(Integer themeType,Integer mouldType) { |
|
|
|
return wxMiniappThemeMapper.findDefaultList(themeType,mouldType); |
|
|
|
} |
|
|
|
|
|
|
|
|