|
@@ -201,6 +201,11 @@ public class ProductOrderFacade extends ProductOrderServiceImpl {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 修改订单审核状态
|
|
|
|
+ * @param orderNum 参数
|
|
|
|
+ * @return Boolean true
|
|
|
|
+ */
|
|
public Boolean updateProductOrderStatus(String orderNum){
|
|
public Boolean updateProductOrderStatus(String orderNum){
|
|
OrderDetailStatus orderDetailStatus = orderDetailsFacade.selectAllOrderDetialsByOrderNum(orderNum);
|
|
OrderDetailStatus orderDetailStatus = orderDetailsFacade.selectAllOrderDetialsByOrderNum(orderNum);
|
|
ProductOrder productOrder=new ProductOrder();
|
|
ProductOrder productOrder=new ProductOrder();
|