@Override
public void updateTemMsg(String ticket,String time) {

String sql="UPDATE INTER_TEMPTOKEN_MSG A SET A.ISDEL = '0',A.DESTROYTIME='"+time+"'"+ "WHERE a.ticket='"+ticket+"'";
this.getCurrentSession().createSQLQuery(sql).executeUpdate();

}

相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2022-01-29
  • 2021-11-29
  • 2021-07-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-16
  • 2021-08-25
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案