|
@@ -9,6 +9,7 @@ import com.diagbot.dto.RespDTO;
|
|
|
import com.diagbot.dto.UserOrgDTO;
|
|
|
import com.diagbot.entity.UserRenewals;
|
|
|
import com.diagbot.entity.wrapper.UserRenewalsWrapper;
|
|
|
+import com.diagbot.enums.RenewalsEnum;
|
|
|
import com.diagbot.enums.VisibleIdTypeEnum;
|
|
|
import com.diagbot.exception.CommonErrorCode;
|
|
|
import com.diagbot.exception.CommonException;
|
|
@@ -86,6 +87,7 @@ public class UserRenewalsFacade extends UserRenewalsServiceImpl {
|
|
|
Map<Long, UserOrgDTO> dataMap = mapRespDTO.data;
|
|
|
for(RenewalsInfosDTO bean : list) {
|
|
|
UserOrgDTO uo = dataMap.get(bean.getUserId());
|
|
|
+ bean.setRenewalsStutasName(RenewalsEnum.getName(bean.getRenewalsStutas()));
|
|
|
for (ProductLineDTO productLineDTO:productList) {
|
|
|
if (productLineDTO.getId()==bean.getProductId()){
|
|
|
bean.setProductName(productLineDTO.getName());
|