bug
This commit is contained in:
parent
d93675864f
commit
da578dc74a
@ -102,7 +102,7 @@ public class PaymentRuleConfigServiceImpl extends ServiceImpl<PaymentRuleConfigM
|
|||||||
List<PaymentRuleConfig> list = baseMapper.selectList(queryWrapper);
|
List<PaymentRuleConfig> list = baseMapper.selectList(queryWrapper);
|
||||||
for (PaymentRuleConfig paymentRuleConfig : list) {
|
for (PaymentRuleConfig paymentRuleConfig : list) {
|
||||||
paymentRuleConfig.setStatus("jy");
|
paymentRuleConfig.setStatus("jy");
|
||||||
ruleConfig.setHandEnable("0");
|
paymentRuleConfig.setHandEnable("0");
|
||||||
baseMapper.updateById(paymentRuleConfig);
|
baseMapper.updateById(paymentRuleConfig);
|
||||||
}
|
}
|
||||||
int i = 1;
|
int i = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user