|
@@ -403,7 +403,7 @@ public class TenantInfoServiceImpl extends ServiceImpl<TenantInfoDao, TenantInfo
|
|
productInfo.setExpiryDate(expiryDate);
|
|
productInfo.setExpiryDate(expiryDate);
|
|
tenantProductInfoService.updateById(productInfo);
|
|
tenantProductInfoService.updateById(productInfo);
|
|
//关联精彩活动等数据
|
|
//关联精彩活动等数据
|
|
-
|
|
|
|
|
|
+ baseMapper.openInitNewsInformation(tenantId, orgId.toString());
|
|
//释放锁
|
|
//释放锁
|
|
bucket.delete();
|
|
bucket.delete();
|
|
|
|
|
|
@@ -504,6 +504,7 @@ public class TenantInfoServiceImpl extends ServiceImpl<TenantInfoDao, TenantInfo
|
|
*
|
|
*
|
|
* @param tenantId 机构id
|
|
* @param tenantId 机构id
|
|
*/
|
|
*/
|
|
|
|
+ @Override
|
|
public String getContract(Integer tenantId) {
|
|
public String getContract(Integer tenantId) {
|
|
List<TenantInfoInfoPageVo> tenantInfoList = baseMapper.queryPage(new HashMap<String, Object>() {{
|
|
List<TenantInfoInfoPageVo> tenantInfoList = baseMapper.queryPage(new HashMap<String, Object>() {{
|
|
put("tenantId", tenantId);
|
|
put("tenantId", tenantId);
|