Commit 0c78f31d by Huang Linyu

str split for productName

parent a0bc06c5
......@@ -611,7 +611,7 @@ public class AsmCourseResourceService {
simpleProductName = productName.substring(2,endIndex);
}else{
endIndex = productName.indexOf("活动日");
simpleProductName = productName.substring(2);
simpleProductName = productName.substring(2,endIndex);
}
}else{
......
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 sign in to comment