Commit 27ee008a by 徐高华

test

parent 70280d53
......@@ -103,6 +103,10 @@ public class HmLinkController {
WebLoginDTO loginUser = AuthWebRequestUtil.getLoginUser();
ServiceResponse<HmLinkDTO> resp = this.hmLinkApiService.getByLinkId(loginUser.getWxEnterpriseId(),
loginUser.getEnterpriseId(), linkId);
if (!resp.isSuccess()) {
GicLogRecordEvaluationContext.noWriteLog();
return RestResponse.failure(resp.getCode(), resp.getMessage());
}
HmLinkDTO oldDTO = resp.getResult();
dto.setModifierId(loginUser.getClerkId());
dto.setModifierName(loginUser.getClerkName());
......
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