分店配置同步

This commit is contained in:
张松
2025-11-07 15:59:57 +08:00
parent 57d4f3c8bd
commit 30ac6b6c82

View File

@@ -139,7 +139,7 @@ public class MkShopRechargeServiceImpl extends ServiceImpl<MkShopRechargeMapper,
shopRechargeDetailService.save(mkShopRechargeDetail);
});
}
shopConfigService.editStatusByShopIdList(shopId, shopRechargeDTO.getIsEnable(), false, "is_account_ay",
shopConfigService.editStatusByShopIdList(shopId, shopRechargeDTO.getIsEnable(), false, "is_account_pay",
shopRechargeDTO.getUseType(), shopRechargeDTO.getShopIdList());