and ${criterion.condition} and ${criterion.condition} #{criterion.value} and ${criterion.condition} #{criterion.value} and #{criterion.secondValue} and ${criterion.condition} #{listItem} and ${criterion.condition} and ${criterion.condition} #{criterion.value} and ${criterion.condition} #{criterion.value} and #{criterion.secondValue} and ${criterion.condition} #{listItem} LogID, PageName, PageUrl, ActionName, UserID, LogTime delete from sys_log where LogID = #{logID,jdbcType=VARCHAR} delete from sys_log insert into sys_log (LogID, PageName, PageUrl, ActionName, UserID, LogTime ) values (#{logID,jdbcType=VARCHAR}, #{pageName,jdbcType=VARCHAR}, #{pageUrl,jdbcType=VARCHAR}, #{actionName,jdbcType=VARCHAR}, #{userID,jdbcType=VARCHAR}, #{logTime,jdbcType=TIMESTAMP} ) insert into sys_log LogID, PageName, PageUrl, ActionName, UserID, LogTime, #{logID,jdbcType=VARCHAR}, #{pageName,jdbcType=VARCHAR}, #{pageUrl,jdbcType=VARCHAR}, #{actionName,jdbcType=VARCHAR}, #{userID,jdbcType=VARCHAR}, #{logTime,jdbcType=TIMESTAMP}, update sys_log LogID = #{row.logID,jdbcType=VARCHAR}, PageName = #{row.pageName,jdbcType=VARCHAR}, PageUrl = #{row.pageUrl,jdbcType=VARCHAR}, ActionName = #{row.actionName,jdbcType=VARCHAR}, UserID = #{row.userID,jdbcType=VARCHAR}, LogTime = #{row.logTime,jdbcType=TIMESTAMP}, update sys_log set LogID = #{row.logID,jdbcType=VARCHAR}, PageName = #{row.pageName,jdbcType=VARCHAR}, PageUrl = #{row.pageUrl,jdbcType=VARCHAR}, ActionName = #{row.actionName,jdbcType=VARCHAR}, UserID = #{row.userID,jdbcType=VARCHAR}, LogTime = #{row.logTime,jdbcType=TIMESTAMP} update sys_log PageName = #{pageName,jdbcType=VARCHAR}, PageUrl = #{pageUrl,jdbcType=VARCHAR}, ActionName = #{actionName,jdbcType=VARCHAR}, UserID = #{userID,jdbcType=VARCHAR}, LogTime = #{logTime,jdbcType=TIMESTAMP}, where LogID = #{logID,jdbcType=VARCHAR} update sys_log set PageName = #{pageName,jdbcType=VARCHAR}, PageUrl = #{pageUrl,jdbcType=VARCHAR}, ActionName = #{actionName,jdbcType=VARCHAR}, UserID = #{userID,jdbcType=VARCHAR}, LogTime = #{logTime,jdbcType=TIMESTAMP} where LogID = #{logID,jdbcType=VARCHAR}