admin
2020-12-05 145a6efab30d7a0acb76eee6cd512eba93665efe
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponRecordMapper.java
@@ -25,7 +25,7 @@
    * @param listCouponId
    * @return
    */
   UserSystemCouponRecord getRecordByOrderNo(@Param("orderNo") String orderNo, @Param("state") Integer state);
   UserSystemCouponRecord getRecordByOrderNo(@Param("orderNo") String orderNo, @Param("source")Integer source, @Param("state") Integer state);
   
   
   /**