|
@@ -14,7 +14,6 @@ import com.diagbot.entity.LantoneProduct;
|
|
|
import com.diagbot.entity.OpenedProducts;
|
|
|
import com.diagbot.entity.OpenedProductsIndex;
|
|
|
import com.diagbot.entity.ServiceInfo;
|
|
|
-import com.diagbot.entity.wrapper.LantoneProductWrapper;
|
|
|
import com.diagbot.entity.wrapper.OpendProductWrapper;
|
|
|
import com.diagbot.entity.wrapper.ServiceInfoWrapper;
|
|
|
import com.diagbot.enums.AccessTypeEnum;
|
|
@@ -258,6 +257,10 @@ public class LantoneProductFacade extends LantoneProductServiceImpl {
|
|
|
Map<Long, UserOrgDTO> dataMap =mapRespDTO.data;
|
|
|
UserOrgDTO uo =dataMap.get(userId);
|
|
|
Map map =new HashMap();
|
|
|
+ if(uo.getAuStatus() == null){
|
|
|
+ throw new CommonException(CommonErrorCode.SERVER_IS_ERROR,
|
|
|
+ "账号信息不完善");
|
|
|
+ }
|
|
|
map.put("userAuStatus",uo.getAuStatus());
|
|
|
List list =new ArrayList();
|
|
|
list.add(productLineDTOList);
|