|
@@ -126,7 +126,7 @@ public class TableFileController extends BladeController {
|
|
|
}
|
|
|
excelTabService.getBussPdfs(wbsTreeContractP.getPKeyId() + "", classfy, wbsTreeContract.getContractId(), wbsTreeContract.getProjectId());
|
|
|
}
|
|
|
- if (tableFile.getType() == 20 || tableFile.getType() == 21||tableFile.getType() == 22) {
|
|
|
+ if (tableFile.getType() == 20 || tableFile.getType() == 21||tableFile.getType() == 22 || tableFile.getType() == 10 || tableFile.getType() == 11||tableFile.getType() == 12) {
|
|
|
//查询当前节点 如果是数字化节点 需要删除上报信息,变成未填报
|
|
|
List<TableFileVO> fileVOList = tableFileService.selectTableFileList1(Long.parseLong(tableFile.getTabId()));
|
|
|
// 该文本无附件
|