| | |
| | | if(mgtShopAuthDto.getBlBusinessFoeverFlag()!=null&&mgtShopAuthDto.getBlBusinessFoeverFlag()==1){ |
| | | mgtShopAuthDto.setBlBusinessDeanline("长期"); |
| | | } |
| | | if(mgtShopAuthDto.getLpIcForeverFlag()!=null&&mgtShopAuthDto.getLpIcForeverFlag()==1){ |
| | | mgtShopAuthDto.setLpIcEndDate("长期"); |
| | | } |
| | | BeanUtils.copyProperties(mgtShopAuthDto , shopAuthentication); |
| | | shopAuthentication.setApplyNumber(applyNumber); |
| | | shopAuthentication.setAuditStatus(3); |
| | |
| | | }else{ |
| | | shopAuthGetVo.setBlBusinessFoeverFlag(0); |
| | | } |
| | | if(shopAuthGetVo.getLpIcEndDate().equals("长期")){ |
| | | shopAuthGetVo.setLpIcForeverFlag(1); |
| | | }else{ |
| | | shopAuthGetVo.setLpIcForeverFlag(0); |
| | | } |
| | | return shopAuthGetVo; |
| | | } |
| | | |