Преглед на файлове

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

赵越越 преди 1 месец
родител
ревизия
645ed23763
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      assistMg/src/main/java/com/hotent/baseInfo/manager/impl/CostDocumentTemplateFileManagerImpl.java

+ 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);
                     //获取whereValue字段值
                     costProjectDocumentFile.setDataValue(colValue);
+                    System.out.println("查询到的字段值"+costProjectDocumentFile.getOriginalText()+":"+costProjectDocumentFile.getDataValue());
                 }
             } catch (Exception e) {
                 throw new BaseException("获取字段失败:" + costProjectDocumentFile.getColName());