添加报送文件开始编号属性及相关逻辑
This commit is contained in:
@@ -262,6 +262,10 @@ namespace YLErp.Modules.SuperviseReportModule.SAC.Service
|
||||
fileId = Regex.Match(fileId, @"\d{4}$").Value;
|
||||
index = int.Parse(fileId) + 1;
|
||||
}
|
||||
if (index <= PS.Config.ReportFileBeginNumber)
|
||||
{
|
||||
index += PS.Config.ReportFileBeginNumber;
|
||||
}
|
||||
return index;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user