Browse Source

删除执法手机端无效接口;
住建设置数据权限字符

Memory_LG 9 tháng trước cách đây
mục cha
commit
2d1f0079fd

+ 4 - 0
src/main/java/com/sooka/sponest/data/housingconstruction/service/impl/CenterdataTHousingconstructionSteelcylinderServiceImpl.java

@@ -63,7 +63,9 @@ public class CenterdataTHousingconstructionSteelcylinderServiceImpl extends Base
      * @return 结果
      */
     @Override
+    @DataScopeMutiDept(deptAlias = "d")
     public int insertCenterdataTHousingconstructionSteelcylinder(CenterdataTHousingconstructionSteelcylinder centerdataTHousingconstructionSteelcylinder) {
+        setSookaDataBase(centerdataTHousingconstructionSteelcylinder);
         centerdataTHousingconstructionSteelcylinder.setId(IdUtils.fastSimpleUUID());
         centerdataTHousingconstructionSteelcylinder.setCreateBy(SecurityUtils.getUserId().toString());
         centerdataTHousingconstructionSteelcylinder.setCreateName(SecurityUtils.getLoginUser().getSysUser().getNickName());
@@ -95,7 +97,9 @@ public class CenterdataTHousingconstructionSteelcylinderServiceImpl extends Base
      * @return 结果
      */
     @Override
+    @DataScopeMutiDept(deptAlias = "d")
     public int updateCenterdataTHousingconstructionSteelcylinder(CenterdataTHousingconstructionSteelcylinder centerdataTHousingconstructionSteelcylinder) {
+        setSookaDataBase(centerdataTHousingconstructionSteelcylinder);
         centerdataTHousingconstructionSteelcylinder.setUpdateBy(SecurityUtils.getUserId());
         centerdataTHousingconstructionSteelcylinder.setUpdateName(SecurityUtils.getLoginUser().getSysUser().getNickName());
         centerdataTHousingconstructionSteelcylinder.setUpdateTime(DateUtils.getNowDate());