34,836
社区成员




sql.text := ' select * from iccard_tb where (stop_ok_flag is null or stop_ok_flag <> 1) and convert(char(10),card_stop_time,120) <='''
+ formatdatetime('yyyy-mm-dd', now) + ''' and ICcard_num = ''' + iccard_num +
''' and ICcard_address_num = ''' + iccard_address + '''';