|
@@ -428,7 +428,8 @@ public class KuaiShouGroupTemplateServiceImpl extends ServiceImpl<KuaiShouGroupT
|
|
|
*
|
|
|
* @return
|
|
|
*/
|
|
|
- private JSONObject getUnionJson(Long templateId) {
|
|
|
+ @Override
|
|
|
+ public JSONObject getUnionJson(Long templateId) {
|
|
|
JSONObject returnJson = new JSONObject();
|
|
|
QueryWrapper<KuaishouTemplateTarget> targetQueryWrapper = new QueryWrapper<>();
|
|
|
targetQueryWrapper.eq("template_id", templateId);
|