|
|
@@ -592,10 +592,10 @@ public class AdminOrderServiceImpl implements AdminOrderService {
|
|
|
orderDetail.setOtherUploadUrl(otherUploadUrl);
|
|
|
// 共同责任人身份证正面照片
|
|
|
String jointIdCardFront = fileInfoService.getImageUrl(orderDetail.getJointIdcardFrontPic(), map);
|
|
|
- orderDetail.setJointIdcardFrontPic(jointIdCardFront);
|
|
|
+ orderDetail.setJointIdcardFrontPicUrl(jointIdCardFront);
|
|
|
// 共同责任人身份证反面照片
|
|
|
String jointIdCardBack = fileInfoService.getImageUrl(orderDetail.getJointIdcardBackPic(), map);
|
|
|
- orderDetail.setJointIdcardBackPic(jointIdCardBack);
|
|
|
+ orderDetail.setJointIdcardBackPicUrl(jointIdCardBack);
|
|
|
OrderFileEntity notarization = orderFileRepository.getOrderNotarization(businessNo);
|
|
|
OrderFileEntity note = orderFileRepository.getOrderNote(businessNo);
|
|
|
if (notarization != null) {
|