This commit is contained in:
chi
2023-06-22 10:07:11 +09:00
parent 772cf9faeb
commit b04b79b5f5
27 changed files with 4487 additions and 4575 deletions

View File

@@ -435,7 +435,7 @@ namespace FPJ0000.Note
// serverpath);
// return;
//}
var datapath = FCOMMON.DBM.getCodeSavlue("55", "01");
var datapath = FCOMMON.DBM.getCodeSvalue("55", "01");
var path = System.IO.Path.Combine(datapath,"Data","Note", dr.guid);
if (System.IO.Directory.Exists(path) == false)
{