This commit is contained in:
世元 李
2020-03-20 16:27:30 +08:00
parent 06d419e563
commit f46573572a
6 changed files with 8 additions and 7 deletions

View File

@@ -177,6 +177,10 @@ static bool InitOnce = true;
}
else {
//失败
if (nID == -1) {
nID = 0;
return -1;
}
if (GetDataByID(nID, sjp, scn))
nID = GEtLargestID() + 1;
// MessageBoxA(0, "1", "", 0);