Commit 45b3a606 by unknown

Merge branch 'f-6.6.4' of 192.168.10.6:caosy/fun-golf-service into f-6.6.4

parents ef3451fd 422e9885
...@@ -627,7 +627,7 @@ public class AsmCourseResourceService { ...@@ -627,7 +627,7 @@ public class AsmCourseResourceService {
simpleProductName = productName.substring(2,endIndex); simpleProductName = productName.substring(2,endIndex);
}else{ }else{
endIndex = productName.indexOf("活动日"); endIndex = productName.indexOf("活动日");
simpleProductName = productName.substring(2); simpleProductName = productName.substring(2,endIndex);
} }
}else{ }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