Commit f9646f4b by qwmqiuwenmin

fix

parent 7fba742d
......@@ -536,7 +536,7 @@ public class WxEnterpriseController extends WebBaseController{
if(StringUtils.isEmpty(taskId)){
return resultResponse(HaoBanErrCode.ERR_100021);
}
QuartzTaskDTO taskDTO = buildQuartzTaskDTO("hbwxfriend"+wxEnterpriseId);
QuartzTaskDTO taskDTO = buildQuartzTaskDTO("hb-fresh-wx-friend");
JSONObject json = new JSONObject();
json.put("taskId", taskId);
json.put("wxEnterpriseId", wxEnterpriseId);
......
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