示例#1
0
 public int UpdateLastDate(DateTime lastDate, int a_id)
 {
     return(db.UpdateQueryByLastDate(lastDate, a_id));
 }