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}
ID, PROJECT_CODE, PROJECT_NAME, INST_ID, SERIAL_NO, PK_VOUCHER, PAYEE_MAN, PUSH_TYPE,
RETURN_DATA, FAIL_REASON, USE_STATE, CREATE_USER, CREATE_TIME, UPDATE_USER, UPDATE_TIME,
REMARK
delete
from cw_bd_record_ncpush
where ID = #{id,jdbcType=VARCHAR}
delete from cw_bd_record_ncpush
insert into cw_bd_record_ncpush (ID, PROJECT_CODE, PROJECT_NAME,
INST_ID, SERIAL_NO, PK_VOUCHER,
PAYEE_MAN, PUSH_TYPE, RETURN_DATA,
FAIL_REASON, USE_STATE, CREATE_USER,
CREATE_TIME, UPDATE_USER, UPDATE_TIME,
REMARK)
values (#{id,jdbcType=VARCHAR}, #{projectCode,jdbcType=VARCHAR}, #{projectName,jdbcType=VARCHAR},
#{instId,jdbcType=VARCHAR}, #{serialNo,jdbcType=VARCHAR}, #{pkVoucher,jdbcType=VARCHAR},
#{payeeMan,jdbcType=VARCHAR}, #{pushType,jdbcType=VARCHAR}, #{returnData,jdbcType=VARCHAR},
#{failReason,jdbcType=VARCHAR}, #{useState,jdbcType=VARCHAR}, #{createUser,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP}, #{updateUser,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP},
#{remark,jdbcType=VARCHAR})
insert into cw_bd_record_ncpush
ID,
PROJECT_CODE,
PROJECT_NAME,
INST_ID,
SERIAL_NO,
PK_VOUCHER,
PAYEE_MAN,
PUSH_TYPE,
RETURN_DATA,
FAIL_REASON,
USE_STATE,
CREATE_USER,
CREATE_TIME,
UPDATE_USER,
UPDATE_TIME,
REMARK,
#{id,jdbcType=VARCHAR},
#{projectCode,jdbcType=VARCHAR},
#{projectName,jdbcType=VARCHAR},
#{instId,jdbcType=VARCHAR},
#{serialNo,jdbcType=VARCHAR},
#{pkVoucher,jdbcType=VARCHAR},
#{payeeMan,jdbcType=VARCHAR},
#{pushType,jdbcType=VARCHAR},
#{returnData,jdbcType=VARCHAR},
#{failReason,jdbcType=VARCHAR},
#{useState,jdbcType=VARCHAR},
#{createUser,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateUser,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{remark,jdbcType=VARCHAR},
update cw_bd_record_ncpush
ID = #{record.id,jdbcType=VARCHAR},
PROJECT_CODE = #{record.projectCode,jdbcType=VARCHAR},
PROJECT_NAME = #{record.projectName,jdbcType=VARCHAR},
INST_ID = #{record.instId,jdbcType=VARCHAR},
SERIAL_NO = #{record.serialNo,jdbcType=VARCHAR},
PK_VOUCHER = #{record.pkVoucher,jdbcType=VARCHAR},
PAYEE_MAN = #{record.payeeMan,jdbcType=VARCHAR},
PUSH_TYPE = #{record.pushType,jdbcType=VARCHAR},
RETURN_DATA = #{record.returnData,jdbcType=VARCHAR},
FAIL_REASON = #{record.failReason,jdbcType=VARCHAR},
USE_STATE = #{record.useState,jdbcType=VARCHAR},
CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
UPDATE_USER = #{record.updateUser,jdbcType=VARCHAR},
UPDATE_TIME = #{record.updateTime,jdbcType=TIMESTAMP},
REMARK = #{record.remark,jdbcType=VARCHAR},
update cw_bd_record_ncpush
set ID = #{record.id,jdbcType=VARCHAR},
PROJECT_CODE = #{record.projectCode,jdbcType=VARCHAR},
PROJECT_NAME = #{record.projectName,jdbcType=VARCHAR},
INST_ID = #{record.instId,jdbcType=VARCHAR},
SERIAL_NO = #{record.serialNo,jdbcType=VARCHAR},
PK_VOUCHER = #{record.pkVoucher,jdbcType=VARCHAR},
PAYEE_MAN = #{record.payeeMan,jdbcType=VARCHAR},
PUSH_TYPE = #{record.pushType,jdbcType=VARCHAR},
RETURN_DATA = #{record.returnData,jdbcType=VARCHAR},
FAIL_REASON = #{record.failReason,jdbcType=VARCHAR},
USE_STATE = #{record.useState,jdbcType=VARCHAR},
CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
UPDATE_USER = #{record.updateUser,jdbcType=VARCHAR},
UPDATE_TIME = #{record.updateTime,jdbcType=TIMESTAMP},
REMARK = #{record.remark,jdbcType=VARCHAR}
update cw_bd_record_ncpush
PROJECT_CODE = #{projectCode,jdbcType=VARCHAR},
PROJECT_NAME = #{projectName,jdbcType=VARCHAR},
INST_ID = #{instId,jdbcType=VARCHAR},
SERIAL_NO = #{serialNo,jdbcType=VARCHAR},
PK_VOUCHER = #{pkVoucher,jdbcType=VARCHAR},
PAYEE_MAN = #{payeeMan,jdbcType=VARCHAR},
PUSH_TYPE = #{pushType,jdbcType=VARCHAR},
RETURN_DATA = #{returnData,jdbcType=VARCHAR},
FAIL_REASON = #{failReason,jdbcType=VARCHAR},
USE_STATE = #{useState,jdbcType=VARCHAR},
CREATE_USER = #{createUser,jdbcType=VARCHAR},
CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
UPDATE_USER = #{updateUser,jdbcType=VARCHAR},
UPDATE_TIME = #{updateTime,jdbcType=TIMESTAMP},
REMARK = #{remark,jdbcType=VARCHAR},
where ID = #{id,jdbcType=VARCHAR}
update cw_bd_record_ncpush
set PROJECT_CODE = #{projectCode,jdbcType=VARCHAR},
PROJECT_NAME = #{projectName,jdbcType=VARCHAR},
INST_ID = #{instId,jdbcType=VARCHAR},
SERIAL_NO = #{serialNo,jdbcType=VARCHAR},
PK_VOUCHER = #{pkVoucher,jdbcType=VARCHAR},
PAYEE_MAN = #{payeeMan,jdbcType=VARCHAR},
PUSH_TYPE = #{pushType,jdbcType=VARCHAR},
RETURN_DATA = #{returnData,jdbcType=VARCHAR},
FAIL_REASON = #{failReason,jdbcType=VARCHAR},
USE_STATE = #{useState,jdbcType=VARCHAR},
CREATE_USER = #{createUser,jdbcType=VARCHAR},
CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
UPDATE_USER = #{updateUser,jdbcType=VARCHAR},
UPDATE_TIME = #{updateTime,jdbcType=TIMESTAMP},
REMARK = #{remark,jdbcType=VARCHAR}
where ID = #{id,jdbcType=VARCHAR}