34,875
社区成员
发帖
与我相关
我的任务
分享
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 + '''';