我使用spring jdbctemplate来更新一些行,bute我得到了这个日志消息。两个完全相同的sql返回不同的受影响的行。第二次更新操作没有办法返回0个受影响的行。我只是无法想象它进行。
2015-12-03 12:37:37 [INFO] [qtp683362635-1187] c.t.s.c.i.d.IDGJdbcDao - update:
update JCSZ..T_IDG
set N_VALUE = ?
where C_BusinessID = ?
and C_ComID = ?
and C_RateID = ?
and N_TYPE = ?
and N_ConfType = ?
受影响的行:373行
2015-12-03 12:37:38 [INFO] [qtp683362635-746] c.t.s.c.i.d.IDGJdbcDao - update:
update JCSZ..T_IDG
set N_VALUE = ?
where C_BusinessID = ?
and C_ComID = ?
and C_RateID = ?
and N_TYPE = ?
and N_ConfType = ?
受影响的行:0行