2024年5月29日 修复biz有时候不正常的问题

This commit is contained in:
bai 2024-05-29 11:09:43 +08:00
parent 3f70c75353
commit fcc7a963c8
1 changed files with 3 additions and 3 deletions

View File

@ -256,9 +256,9 @@ public class KcKetangbiaoController extends JeecgController<KcKetangbiao, IKcKet
String uploadpath = sftpConfig.getUploadpath(); String uploadpath = sftpConfig.getUploadpath();
if(uploadpath.indexOf(separator) == 0){ if(uploadpath.indexOf(separator) == 0){
uploadpath = uploadpath.substring(1); uploadpath = uploadpath.substring(1);
if(uploadpath.lastIndexOf(separator) != uploadpath.length()-1){ }
uploadpath = uploadpath + separator; if(uploadpath.lastIndexOf(separator) != uploadpath.length()-1){
} uploadpath = uploadpath + separator;
} }
if(StringUtils.isNotBlank(rwbh) && StringUtils.isNotBlank(xqxn) && StringUtils.isNotBlank(wjlx)) { if(StringUtils.isNotBlank(rwbh) && StringUtils.isNotBlank(xqxn) && StringUtils.isNotBlank(wjlx)) {
//根据任务编号查询80%数据 //根据任务编号查询80%数据