dev-discount
袁野 3 years ago
parent 6d5a27dfa4
commit 27ad410d8c
  1. 1
      hai-bweb/src/main/java/com/bweb/controller/HighDiscountAgentRelController.java

@ -217,6 +217,7 @@ public class HighDiscountAgentRelController {
for (Long i = minNumber; i <= maxNumber; i++) {
HighDiscountAgentCode highDiscountAgentCode = highDiscountAgentCodeService.getCodeById(i);
if (highDiscountAgentCode.getStatus() == 1 || highDiscountAgentCode.getStatus() == 4 ) {
highDiscountAgentCode.setStatus(status);
highDiscountAgentCodeService.updateCode(highDiscountAgentCode);
}

Loading…
Cancel
Save