Exemple #1
0
 def disconnect_vin_with_order(cls, vin=u''):
     sql = u"update PS_ORDER set vin = 'LSGAR5AL7FH240634' where vin = '%s'" % vin
     DbExecutor.update(DbAccount.POLICY, sql)