yujian
2019-07-31 617312cbc114c6ac38c8eb4a8bcda583c33dd72f
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;
   /**