yujian
2019-07-29 778109ce66911ec61a1ffb88b41808241e61b7a1
fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java
@@ -233,7 +233,7 @@
    * @return
    * @throws CommonOrderException
    */
   public CommonOrderVO getCommonOrderByOrderNo(Long uid, String orderNo, Integer orderState)
   public CommonOrderVO getCommonOrderByOrderNo(Long uid, String orderNo, Integer orderState, Integer sourceType)
         throws CommonOrderException;
   /**