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);
|
||||
for (PaymentRuleConfig paymentRuleConfig : list) {
|
||||
paymentRuleConfig.setStatus("jy");
|
||||
ruleConfig.setHandEnable("0");
|
||||
paymentRuleConfig.setHandEnable("0");
|
||||
baseMapper.updateById(paymentRuleConfig);
|
||||
}
|
||||
int i = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user