Commit 10c38392 by fudahua

没有数据

parent e0597cd7
......@@ -274,7 +274,7 @@ public class ApplicationController extends WebBaseController{
}
String ret = dealSyncOperationApiService.dealQywxDepartment(taskId, wxEnterpriseId);
if (null!=ret) {
return resultResponse(HaoBanErrCode.ERR_0,ret);
return resultResponse(HaoBanErrCode.ERR_0,ret,null,null);
}
}
return resultResponse(HaoBanErrCode.ERR_1);
......
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