|
@@ -73,7 +73,7 @@ async def checkCellphone(cellphone: str = ''):
|
|
FROM agent_form \
|
|
FROM agent_form \
|
|
WHERE cellphone IN ('" + cellphone_list + "')"
|
|
WHERE cellphone IN ('" + cellphone_list + "')"
|
|
|
|
|
|
- print ('query result = ' + list(db.query(q)) # test
|
|
|
|
|
|
+ print ('query result = ' + list(db.query(q))) # test
|
|
|
|
|
|
count = len(list(db.query(q)))
|
|
count = len(list(db.query(q)))
|
|
|
|
|