This commit is contained in:
cun-nan 2024-07-26 14:36:25 +08:00
parent d93675864f
commit da578dc74a

View File

@ -102,7 +102,7 @@ public class PaymentRuleConfigServiceImpl extends ServiceImpl<PaymentRuleConfigM
List<PaymentRuleConfig> list = baseMapper.selectList(queryWrapper);
for (PaymentRuleConfig paymentRuleConfig : list) {
paymentRuleConfig.setStatus("jy");
ruleConfig.setHandEnable("0");
paymentRuleConfig.setHandEnable("0");
baseMapper.updateById(paymentRuleConfig);
}
int i = 1;