|
|
@@ -47,7 +47,7 @@ public class WorkflowImplService implements WorkflowService {
|
|
|
if (workflows != null){
|
|
|
workflows.forEach(workflow -> {
|
|
|
List<FileInfo> fileInfoList;
|
|
|
- if ((workflow.getStatus() == 2 && workflow.getType() == 1) || workflow.getType() == 2 || workflow.getStatus() == 1){
|
|
|
+ if (workflow.getType() == 1 || workflow.getType() == 2){
|
|
|
fileInfoList = fileDao.queryList("and link_id = '"+workflow.getLinkId()+"' and (`name` is null or `name` not like '%营业执照%') ");
|
|
|
}
|
|
|
//region
|