Browse Source

wip:修改

duxin 2 years ago
parent
commit
87e85cce2c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/customerService/advancedProjectService.go

+ 0 - 1
src/customerService/advancedProjectService.go

@@ -33,7 +33,6 @@ func GetTitleService(noticeAddress string) (string, string) {
 	//	return "", ""
 	//}
 	//infoIdStr := secondArr[0]
-	infoIdStr, _ = url.QueryUnescape(infoIdStr)
 	infoId := qutil.DecodeArticleId2ByCheck(infoIdStr)[0]
 	if infoId == "" {
 		return "", ""