Browse Source

企业相关接口添加createby、updateby

LiFei 4 năm trước cách đây
mục cha
commit
f6ce9f09c7

+ 1 - 0
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/api/controller/HlwCompanyApiController.java

@@ -101,6 +101,7 @@ public class HlwCompanyApiController extends JeecgController<HlwCompany, IHlwCom
             hlwCompany1.setCountryCode(hlwCompany.getCountryCode());
             hlwCompany1.setProvinceCityCountry(hlwCompany.getProvinceCityCountry());
             hlwCompany1.setAddress(hlwCompany.getAddress());
+            hlwCompany1.setUpdateBy(hlwCompany.getUpdateBy());
             hlwCompanyService.updateById(hlwCompany1);
             return Result.ok("编辑成功");
         }else{