修复订单代码

master
lvxinran 2021-05-19 10:12:42 +08:00
parent ad3c950170
commit 3c0201c0ca
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ public class GmController {
}
String cmd = request.getParameter("content");
if(cmd.equals("fixOrder")){
fixOrder();
return 0;
}
String serverId = request.getParameter("serverId");
String[] split = serverId.split(",");
for (String str : split) {