Your Name 4 년 전
부모
커밋
227c18cd92
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      hhh/tests/phantomtest.py

+ 6 - 0
hhh/tests/phantomtest.py

@@ -171,6 +171,12 @@ result.append({'company':'富億設計','designers':['陳錦樹'],'fullname':'
 qlist=[]
 for r in result:
     ds=r['designers']
+    fullname=r['fullname']
+    abvname=r['company']
+    qlist.append(fullname)
+    qlist.append(fullname+"設計師")
+    qlist.append(abvname+"設計師")
+    qlist.append("幸福空間"+abvname)
     for d in ds:
 #        qlist.append(d+"設計師")
         qlist.append(d+"設計師設計費")