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) {