|
|
@@ -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());
|