コード例 #1
0
 def get(self):
     res = mr.getCompletedVisits()
     for myDict in res:
         db.Check_Anomaly(myDict)
 
     return res