判断附件为空状态
This commit is contained in:
parent
13bc4a006d
commit
7c9ea41692
Binary file not shown.
@ -504,6 +504,7 @@ public class UpfileWeb extends ActionWeb {
|
||||
}
|
||||
|
||||
// 查找对应应用下模版
|
||||
if (UtilString.isNotEmpty(splitId)) {
|
||||
String[] uuidSpilt=splitId.split(",");
|
||||
if(uuidSpilt.length>0){
|
||||
for(String oneuuid:uuidSpilt){
|
||||
@ -565,10 +566,10 @@ public class UpfileWeb extends ActionWeb {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
//流程手册打包
|
||||
if (UtilString.isNotEmpty(taskId)) {
|
||||
OutputTaskModel model = new OutputTask().getTaskReportById(taskId);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user