pc端订单信息修改
This commit is contained in:
parent
e32e79c496
commit
9d91b84d29
@ -7,15 +7,12 @@ import com.xinelu.manage.domain.goodsOrder.GoodsOrder;
|
|||||||
import com.xinelu.manage.dto.goodsorder.GoodsOrderDTO;
|
import com.xinelu.manage.dto.goodsorder.GoodsOrderDTO;
|
||||||
import com.xinelu.manage.mapper.goodsOrder.GoodsOrderMapper;
|
import com.xinelu.manage.mapper.goodsOrder.GoodsOrderMapper;
|
||||||
import com.xinelu.manage.service.goodsOrder.IGoodsOrderService;
|
import com.xinelu.manage.service.goodsOrder.IGoodsOrderService;
|
||||||
import com.xinelu.manage.vo.goodsorder.AppGoodsOrderVO;
|
import com.xinelu.manage.vo.goodsorder.*;
|
||||||
import com.xinelu.manage.vo.goodsorder.GoodsInfoOrderVO;
|
import org.springframework.stereotype.Service;
|
||||||
import com.xinelu.manage.vo.goodsorder.GoodsOrderDetailsVO;
|
|
||||||
import com.xinelu.manage.vo.goodsorder.GoodsOrderRefundVO;
|
import javax.annotation.Resource;
|
||||||
import com.xinelu.manage.vo.goodsorder.GoodsOrderVO;
|
|
||||||
import java.time.LocalDateTime;
|
import java.time.LocalDateTime;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import javax.annotation.Resource;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -137,11 +134,13 @@ public class GoodsOrderServiceImpl implements IGoodsOrderService {
|
|||||||
return goodsOrderMapper.getGoodsOrderRefund(goodsOrderId);
|
return goodsOrderMapper.getGoodsOrderRefund(goodsOrderId);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override public List<AppGoodsOrderVO> getConsultationOrders(GoodsOrderDTO goodsOrderDTO) {
|
@Override
|
||||||
|
public List<AppGoodsOrderVO> getConsultationOrders(GoodsOrderDTO goodsOrderDTO) {
|
||||||
return goodsOrderMapper.getConsultationOrders(goodsOrderDTO);
|
return goodsOrderMapper.getConsultationOrders(goodsOrderDTO);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override public int updateStatus(GoodsOrderDTO goodsOrderDTO) {
|
@Override
|
||||||
|
public int updateStatus(GoodsOrderDTO goodsOrderDTO) {
|
||||||
GoodsOrder goodsOrder = new GoodsOrder();
|
GoodsOrder goodsOrder = new GoodsOrder();
|
||||||
goodsOrder.setId(goodsOrderDTO.getGoodsOrderId());
|
goodsOrder.setId(goodsOrderDTO.getGoodsOrderId());
|
||||||
goodsOrder.setOrderStatus(goodsOrderDTO.getOrderStatus());
|
goodsOrder.setOrderStatus(goodsOrderDTO.getOrderStatus());
|
||||||
|
|||||||
@ -499,7 +499,6 @@
|
|||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
and gr.del_flag = 0
|
and gr.del_flag = 0
|
||||||
and god.del_flag = 0
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectGoodsOrderDetailsByOrderNo"
|
<select id="selectGoodsOrderDetailsByOrderNo"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user