办卡办证问题修改

This commit is contained in:
cwchen 2025-03-07 17:05:30 +08:00
parent 09d50b50aa
commit fc6de04b4f
1 changed files with 1 additions and 0 deletions

View File

@ -1177,6 +1177,7 @@ public class NewCardService {
sql += ",OPER_CARD_ID = ?";
}
sql += " WHERE DATA_ID = ?";
parameter.add(vo.getDataId());
iHibernateDao.executeSqlUpdate(sql,parameter.toArray());
}