yujian
2019-01-22 88b54772dbcf5ecab1e2316e4e4626ac901b8908
fanli/src/main/java/com/yeshi/fanli/controller/client/InviteGetMoneyController.java
@@ -374,10 +374,9 @@
      try {
         ThreeSale threeSale = threeSaleSerivce.getMyBoss(uid);
         if (threeSale == null) {
            JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult("无上级邀请人"));
            JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult(2, "无上级邀请人"));
            return;
         }
         
         UserInfo boss = threeSale.getBoss();
         if (boss == null) {