|
|
@ -1035,7 +1035,7 @@ public class HighOrderServiceImpl implements HighOrderService { |
|
|
|
highDiscountUserRelService.updateDiscountUserRel(rel); |
|
|
|
highDiscountUserRelService.updateDiscountUserRel(rel); |
|
|
|
|
|
|
|
|
|
|
|
HighDiscountAgentCode code = highDiscountAgentCodeService.getCodeById(rel.getDiscountAgentCodeId()); |
|
|
|
HighDiscountAgentCode code = highDiscountAgentCodeService.getCodeById(rel.getDiscountAgentCodeId()); |
|
|
|
code.setStatus(4); |
|
|
|
code.setStatus(2); |
|
|
|
highDiscountAgentCodeService.updateCode(code); |
|
|
|
highDiscountAgentCodeService.updateCode(code); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|