}
    NSString*timeFormat = @"%Y-%m-%d";
    NSString * sql = [NSString stringWithFormat:@"select *  from T_TRAVEL_EXPENSE_RETURNTRIP where
strftime('%@','now') = strftime('%@',SRV_DATE) and USER_ID='%@' order by CREATE_TIME desc",timeFormat,timeFormat,userId]; if([db open]) { FMResultSet * rs = [db executeQuery:sql]; while ([rs next]) {

  

相关文章:

  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2021-07-26
  • 2021-08-25
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2021-05-03
  • 2022-01-26
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
相关资源
相似解决方案