| | |
| | | } |
| | | |
| | | @Override |
| | | public SysOrder findById(Long id) { |
| | | public SysOrder findById(Long id) { |
| | | return sysOrderDao.selectById(id); |
| | | |
| | | } |
| | | |
| | | @Override |
| | | public List<SysOrder> findByIds(List<Long> ids) { |
| | | return sysOrderDao.selectByIds(ids); |
| | | |
| | | } |
| | | |
| | |
| | | moneyCardUseFlow.setTimes(1); |
| | | } |
| | | } |
| | | |
| | | moneyCardUse.setStatus(Dictionary.MONEYCARD_STATUS_YX); |
| | | moneyCardUseDao.update(moneyCardUse); |
| | | //插入充值卡变动流水 |
| | | SysUsers user = WebUtil.getSessionAttribute(MatrixConstance.LOGIN_KEY); |
| | |
| | | //赠送项目是否计算消耗业绩否则 赠送产品按原价计算消耗 |
| | | boolean zsConsumeAchieve = projServicesService.skipServiceOrderStep(Dictionary.ZS_CONSUME_ACHIEVE); |
| | | if (zsConsumeAchieve) { |
| | | if (sysOrderItem.getPrice() <= 0) { |
| | | if (sysOrderItem.getZkPrice() <= 0) { |
| | | //等于0取原价 |
| | | if (taocanId == null) { |
| | | puse.setPrice(goodsAssemble.getShoppingGoods().getPrice()); |