删除无用代码
parent
00b6a93c53
commit
85b48640cd
|
@ -97,13 +97,13 @@ public class MailLogic {
|
|||
continue;
|
||||
}
|
||||
//运营 游心gm 20019服错发邮件
|
||||
if("45u6xr9ch5dr0epw".equals(GameApplication.serverProperties.getAppId())){
|
||||
if(GameApplication.serverProperties.getId() == 20019){
|
||||
if("登录问题修复公告||".equals(cMail.getHead()) && "19#300|60#5".equals(cMail.getMailItem())){
|
||||
cMail.setMailItem("19#3|60#5");
|
||||
}
|
||||
}
|
||||
}
|
||||
// if("45u6xr9ch5dr0epw".equals(GameApplication.serverProperties.getAppId())){
|
||||
// if(GameApplication.serverProperties.getId() == 20019){
|
||||
// if("登录问题修复公告||".equals(cMail.getHead()) && "19#300|60#5".equals(cMail.getMailItem())){
|
||||
// cMail.setMailItem("19#3|60#5");
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
cMailList.add(cMail);
|
||||
}
|
||||
for(String removeId : removeIds){
|
||||
|
|
Loading…
Reference in New Issue