Explorar el Código

fix 招聘列表

he2802 hace 4 años
padre
commit
881fb8f788

+ 1 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/company/service/impl/CompanyServiceImpl.java

@@ -125,6 +125,7 @@ public class CompanyServiceImpl extends ServiceImpl<CompanyMapper, Company> impl
         Company update = BeanUtil.toBean(bo, Company.class);
         validEntityBeforeSave(update);
         update.setUpdateTime(DateUtils.getNowTime());
+        update.setTenantId(null);
         return this.updateById(update);
     }