|
|
@@ -631,7 +631,7 @@ public class GuoRenApiRequestImpl implements GuoRenApiRequest {
|
|
|
*/
|
|
|
public void imageUpdate(GuoRenApiOrder guoRenApiOrder, GuoRenConfigureParameters parameters, InsuranceUploadImageVo insuranceUploadImageVo) {
|
|
|
// 获取交强险投保单号(交商同保传交强)
|
|
|
- String businessNo = "T263050000507031021";
|
|
|
+ String businessNo = guoRenApiOrder.getJqApplyNo();
|
|
|
if (StringUtils.isEmpty(businessNo)) {
|
|
|
logger.error("国任上传影像失败,交强险投保单号为空");
|
|
|
throw new SystemException("国任,影像上传失败,投保单号为空");
|