Commit c983317e authored by kongfm's avatar kongfm

修复bug

parent f34e8fdd
...@@ -105,22 +105,22 @@ public class DispatchTaskServiceImpl extends BaseService<DispatchTaskDto,Dispatc ...@@ -105,22 +105,22 @@ public class DispatchTaskServiceImpl extends BaseService<DispatchTaskDto,Dispatc
@Autowired @Autowired
WechatServiceImpl wechatService; WechatServiceImpl wechatService;
@Value("${tzs.wechat.tempId,kr}") @Value("${tzs.wechat.tempId.kr}")
private String KRJY_TEMPID; private String KRJY_TEMPID;
@Value("${tzs.wechat.tempId,wx}") @Value("${tzs.wechat.tempId.wx}")
private String WX_TEMPID; private String WX_TEMPID;
@Value("${tzs.wechat.tempId,ts}") @Value("${tzs.wechat.tempId.ts}")
private String TS_TEMPID; private String TS_TEMPID;
@Value("${tzs.wechat.url,kr}") @Value("${tzs.wechat.url.kr}")
private String KRJY_URL; private String KRJY_URL;
@Value("${tzs.wechat.url,wx}") @Value("${tzs.wechat.url.wx}")
private String WX_URL; private String WX_URL;
@Value("${tzs.wechat.url,ts}") @Value("${tzs.wechat.url.ts}")
private String TS_URL; private String TS_URL;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment