Commit 862b58d2 by 徐高华

Merge branch 'feature/xgh/2406企微托管' into 'developer'

Feature/xgh/2406企微托管

See merge request !1898
parents c7d38c4e fb6da82f
......@@ -100,6 +100,8 @@ public class QywxOpenTaskController {
String enterpriseId = loginUser.getEnterpriseId();
dto.setWxEnterpriseId(wxEnterpriseId);
dto.setEnterpriseId(enterpriseId);
dto.setCreatorId(loginUser.getClerkId());
dto.setCreatorName(loginUser.getClerkName());
ServiceResponse<OpenQwAddTaskDTO> resp = this.openQwApiService.saveAddTask(dto);
if (!resp.isSuccess()) {
return RestResponse.failure("9999", resp.getMessage());
......@@ -267,6 +269,7 @@ public class QywxOpenTaskController {
}
vo.setApplyNum(applyNum);
vo.setAddNum(addNum);
vo.setList(resp.getResult());
return RestResponse.successResult(vo);
}
......
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