记得上下班打卡 | git大法好,push需谨慎

Commit 0e04ae93 authored by 胡佳晨's avatar 胡佳晨

舞台英文名 小程序过滤英文名

parent 177bcb73
......@@ -320,6 +320,10 @@ public class SweetAppletController {
}
}
}
try {
item.setTitle(item.getTitle().split("&")[0]);
}catch (Exception e){
}
vo = item;
break;
}
......
......@@ -295,6 +295,10 @@ public class SweetAppletMdskController {
}
}
}
try {
item.setTitle(item.getTitle().split("&")[0]);
}catch (Exception e){
}
vo = item;
break;
}
......
......@@ -292,6 +292,10 @@ public class SweetAppletTFCController {
}
}
}
try {
item.setTitle(item.getTitle().split("&")[0]);
}catch (Exception e){
}
vo = item;
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment