admin
2020-04-15 2cde53516c1689efab451aef72c1db5e13b825a3
fanli/src/main/java/com/yeshi/fanli/service/impl/order/OrderMoneySettleServiceImpl.java
@@ -321,8 +321,7 @@
   @Transactional(rollbackFor = Exception.class)
   @Override
   public void shareSettleTB(Long uid) throws OrderMoneySettleException {
      Date maxPregetTime = new Date();
   public void shareSettleTB(Long uid,Date maxPregetTime) throws OrderMoneySettleException {
      /**
       * 处理分享赚
       */
@@ -368,8 +367,7 @@
   @Transactional(rollbackFor = Exception.class)
   @Override
   public void shareSettleJD(Long uid) throws OrderMoneySettleException {
      Date maxPregetTime = new Date();
   public void shareSettleJD(Long uid,Date maxPregetTime) throws OrderMoneySettleException {
      /**
       * 处理分享赚
       */
@@ -410,8 +408,7 @@
   @Transactional(rollbackFor = Exception.class)
   @Override
   public void shareSettlePDD(Long uid) throws OrderMoneySettleException {
      Date maxPregetTime = new Date();
   public void shareSettlePDD(Long uid,Date maxPregetTime) throws OrderMoneySettleException {
      /**
       * 处理分享赚
       */