inspect-server/src/main/java/com/yuanchu/mom/service/impl/InsOrderPlanServiceImpl.java
@@ -594,6 +594,9 @@ }catch (Exception e){ throw new ErrorException("找不到检验人的签名"); } if(signatureUrl == null || "".equals(signatureUrl)){ throw new ErrorException("找不到检验人的签名"); } XWPFTemplate template = XWPFTemplate.compile(url, builder.build()).render( new HashMap<String, Object>() {{ put("order", insOrder);