admin
2019-07-31 5046ecde3cd849511a337e25e13af7df7f1894bc
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;
   /**