|
@@ -306,10 +306,10 @@ public class MerchantServiceImpl implements IMerchantService {
|
|
|
iUpdateDetail.setCert_photo_a(this.merchantPicture(dto.getCert_photo_a()).getData());
|
|
iUpdateDetail.setCert_photo_a(this.merchantPicture(dto.getCert_photo_a()).getData());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if(StringUtils.isEmpty(dto.getCert_photo_a().getBase64Str())){
|
|
|
|
|
|
|
+ if(StringUtils.isEmpty(dto.getCert_photo_b().getBase64Str())){
|
|
|
for (ImageListDto imageListDto : dto.getImage_list()) {
|
|
for (ImageListDto imageListDto : dto.getImage_list()) {
|
|
|
if(imageListDto.getFile_type().equals("02")){
|
|
if(imageListDto.getFile_type().equals("02")){
|
|
|
- iUpdateDetail.setCert_photo_a(imageListDto.getFile_id());
|
|
|
|
|
|
|
+ iUpdateDetail.setCert_photo_b(imageListDto.getFile_id());
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|