Commit b191916a by zhiwj

日志

parent 85ad19c0
......@@ -6,6 +6,7 @@ import com.gic.auth.dto.UserDTO;
import com.gic.auth.service.UserApiService;
import com.gic.commons.util.EntityUtil;
import com.gic.commons.webapi.reponse.RestResponse;
import com.gic.download.utils.log.LogUtils;
import com.gic.enterprise.dto.BillingAccountDTO;
import com.gic.enterprise.dto.EnterpriseDTO;
import com.gic.enterprise.response.EnterpriseRestResponse;
......@@ -81,6 +82,7 @@ public class EnterpriseController {
enterpriseDTO.setAddress(address);
enterpriseDTO.setLogo(logo);
ServiceResponse<Integer> serviceResponse = enterpriseApiService.editEnterprise(enterpriseDTO);
LogUtils.createLog("修改商户信息", "基本信息");
return ResultControllerUtils.commonResult(serviceResponse);
}
......
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