2023-08-31

This commit is contained in:
2023-08-31 11:02:23 +08:00
parent 6ea5ca4ebe
commit 0fc844f107
24 changed files with 2260 additions and 238 deletions
@@ -80,7 +80,7 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
var fileName = rootPath + initPath + hdFileName.Text;
ResponeData responeData = new ResponeData();
responeData = PHTGL_ContractTrackService.ImportData(fileName, ContractId, this.CurrUser.LoginProjectId);
responeData = PhtglContractTrackService.ImportData(fileName, ContractId, this.CurrUser.LoginProjectId);
if (responeData.code == 1)