Commit 1e30c86f authored by 宋勇健's avatar 宋勇健

短信接口 添加响应日期

parent 0180ca87
...@@ -43,6 +43,7 @@ public class HclcSmsLogServiceImpl implements IHclcSmsLogService { ...@@ -43,6 +43,7 @@ public class HclcSmsLogServiceImpl implements IHclcSmsLogService {
hlsWsRequests.setStatusCode(statusCode); hlsWsRequests.setStatusCode(statusCode);
hlsWsRequests.setReturnStatus(returnStatus); hlsWsRequests.setReturnStatus(returnStatus);
hlsWsRequests.setResponseClob(response); hlsWsRequests.setResponseClob(response);
hlsWsRequests.setResponsedDate(new Date());
hlsWsRequests = hlsWsRequestsService.updateByPrimaryKeySelective(iRequest, hlsWsRequests); hlsWsRequests = hlsWsRequestsService.updateByPrimaryKeySelective(iRequest, hlsWsRequests);
return hlsWsRequests; return hlsWsRequests;
} }
......
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