hyzp_ybqx-Commit073:修正版本比较错误
This commit is contained in:
@@ -356,6 +356,9 @@ class MyUpdatedNew {
|
||||
if (listNewVer[i] > listOldVer[i]) {
|
||||
return true;
|
||||
}
|
||||
if (listNewVer[i] < listOldVer[i]) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user