admin
2020-05-14 daead5f903bf26ee5f6747e0f81e067d138f46e2
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/InviteControllerV2.java
@@ -1227,7 +1227,7 @@
      int type = 1;
      ThreeSale threeSale = threeSaleSerivce.getByWorkerId(workerId);
      if (threeSale == null) {
      if (threeSale != null && threeSale.getBoss().getId() != uid) {
         type = 2;
      }