|
@@ -137,7 +137,7 @@ public class InsOrderPayDateRecordServiceImpl extends ServiceImpl<InsOrderPayDat
|
|
|
subOrder.setSigningTime(map.get("signingTime"));
|
|
subOrder.setSigningTime(map.get("signingTime"));
|
|
|
}
|
|
}
|
|
|
//更新时间表
|
|
//更新时间表
|
|
|
- // insAreaCompanyService.save(subOrder);
|
|
|
|
|
|
|
+ insAreaCompanyService.save(subOrder);
|
|
|
|
|
|
|
|
}else{
|
|
}else{
|
|
|
throw new SystemException("生成保单失败");
|
|
throw new SystemException("生成保单失败");
|