2024年5月29日 修复biz有时候不正常的问题
This commit is contained in:
parent
3f70c75353
commit
fcc7a963c8
|
@ -256,10 +256,10 @@ public class KcKetangbiaoController extends JeecgController<KcKetangbiao, IKcKet
|
|||
String uploadpath = sftpConfig.getUploadpath();
|
||||
if(uploadpath.indexOf(separator) == 0){
|
||||
uploadpath = uploadpath.substring(1);
|
||||
}
|
||||
if(uploadpath.lastIndexOf(separator) != uploadpath.length()-1){
|
||||
uploadpath = uploadpath + separator;
|
||||
}
|
||||
}
|
||||
if(StringUtils.isNotBlank(rwbh) && StringUtils.isNotBlank(xqxn) && StringUtils.isNotBlank(wjlx)) {
|
||||
//根据任务编号查询80%数据
|
||||
QueryWrapper<KcKetangbiao> qw = new QueryWrapper<>();
|
||||
|
|
Loading…
Reference in New Issue