Browse Source

1.文书优化,
2.添加监审通知书的时候同步添加送达回正文书

赵越越 1 tháng trước cách đây
mục cha
commit
645ed23763

+ 1 - 0
assistMg/src/main/java/com/hotent/baseInfo/manager/impl/CostDocumentTemplateFileManagerImpl.java

@@ -67,6 +67,7 @@ public class CostDocumentTemplateFileManagerImpl extends BaseManagerImpl<CostDoc
                     System.err.println("查询到的字段值"+costProjectDocumentFile.getOriginalText()+":"+colValue);
                     System.err.println("查询到的字段值"+costProjectDocumentFile.getOriginalText()+":"+colValue);
                     //获取whereValue字段值
                     //获取whereValue字段值
                     costProjectDocumentFile.setDataValue(colValue);
                     costProjectDocumentFile.setDataValue(colValue);
+                    System.out.println("查询到的字段值"+costProjectDocumentFile.getOriginalText()+":"+costProjectDocumentFile.getDataValue());
                 }
                 }
             } catch (Exception e) {
             } catch (Exception e) {
                 throw new BaseException("获取字段失败:" + costProjectDocumentFile.getColName());
                 throw new BaseException("获取字段失败:" + costProjectDocumentFile.getColName());