feat:(REQ-3201) 刷新消息模版定时任务中,去掉无用代码
This commit is contained in:
parent
74c43778b1
commit
6f8960fb29
@ -47,11 +47,6 @@ public class UpdateTemplateV3ChannelStyleVersionJob extends IJobHandler {
|
|||||||
* 即 card_style#code初始化时一定是 60d52877f3e2424380c3353baca3810c
|
* 即 card_style#code初始化时一定是 60d52877f3e2424380c3353baca3810c
|
||||||
*/
|
*/
|
||||||
private final static String cardStyleCode = "60d52877f3e2424380c3353baca3810c";
|
private final static String cardStyleCode = "60d52877f3e2424380c3353baca3810c";
|
||||||
/**
|
|
||||||
* 卡片样式扩展字段
|
|
||||||
*/
|
|
||||||
private final static List<CardElementConfig> cardExtFields = JSON.parseArray("[{\"type\":\"ICON\",\"name\":\"name1216-1\",\"code\":\"code1216-1\",\"value\":\"value1216-1\"}]", CardElementConfig.class);
|
|
||||||
|
|
||||||
|
|
||||||
@XxlJob("updateTemplateV3ChannelStyleVersionJob")
|
@XxlJob("updateTemplateV3ChannelStyleVersionJob")
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user