判断附件为空状态

This commit is contained in:
zhal 2022-11-18 10:52:34 +08:00
parent 13bc4a006d
commit 7c9ea41692
2 changed files with 2 additions and 1 deletions

View File

@ -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){
@ -566,7 +567,7 @@ public class UpfileWeb extends ActionWeb {
}
}
}
//流程手册打包