|
|
@ -56,7 +56,6 @@ public class HighDiscountAgentCodeServiceImpl implements HighDiscountAgentCodeSe |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
@Transactional(propagation= Propagation.REQUIRES_NEW) |
|
|
|
|
|
|
|
public void updateCode(HighDiscountAgentCode highDiscountAgentCode) { |
|
|
|
public void updateCode(HighDiscountAgentCode highDiscountAgentCode) { |
|
|
|
highDiscountAgentCodeMapper.updateByPrimaryKey(highDiscountAgentCode); |
|
|
|
highDiscountAgentCodeMapper.updateByPrimaryKey(highDiscountAgentCode); |
|
|
|
} |
|
|
|
} |
|
|
|