Commit 643e200d by 蒋勇

Merge branch 'igirl-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-web

parents e2112798 e9857ba5
......@@ -270,6 +270,11 @@ class TmOfficialService extends ServiceBase {
return "";
}
}//电子版商标注册证
else if (officialType == "9") {
if (fileName.indexOf("初步审定公告通知书") < 0) {
return "";
}
}//初步审定公告通知书
else if (fileName.indexOf(official_type_name) < 0) {
return "";
}
......
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