(
$oredCriteria[].criteriaWithoutValue[]$
$oredCriteria[].criteriaWithSingleValue[].condition$
#oredCriteria[].criteriaWithSingleValue[].value#
$oredCriteria[].criteriaWithListValue[].condition$
#oredCriteria[].criteriaWithListValue[].values[]#
$oredCriteria[].criteriaWithBetweenValue[].condition$
#oredCriteria[].criteriaWithBetweenValue[].values[0]# and
#oredCriteria[].criteriaWithBetweenValue[].values[1]#
)
delete from xt_clycsz
where lqid = #lqid:INTEGER#
delete from xt_clycsz
insert into xt_clycsz (lqid, tzqj, xsts, xgr, xgsj)
values (#lqid:INTEGER#, #tzqj:VARCHAR#, #xsts:VARCHAR#, #xgr:VARCHAR#, #xgsj:TIMESTAMP#)
insert into xt_clycsz
lqid
tzqj
xsts
xgr
xgsj
)
values
#lqid:INTEGER#
#tzqj:VARCHAR#
#xsts:VARCHAR#
#xgr:VARCHAR#
#xgsj:TIMESTAMP#
)
update xt_clycsz
lqid = #record.lqid:INTEGER#
tzqj = #record.tzqj:VARCHAR#
xsts = #record.xsts:VARCHAR#
xgr = #record.xgr:VARCHAR#
xgsj = #record.xgsj:TIMESTAMP#
update xt_clycsz
set lqid = #record.lqid:INTEGER#,
tzqj = #record.tzqj:VARCHAR#,
xsts = #record.xsts:VARCHAR#,
xgr = #record.xgr:VARCHAR#,
xgsj = #record.xgsj:TIMESTAMP#
update xt_clycsz
tzqj = #tzqj:VARCHAR#
xsts = #xsts:VARCHAR#
xgr = #xgr:VARCHAR#
xgsj = #xgsj:TIMESTAMP#
where lqid = #lqid:INTEGER#
update xt_clycsz
set tzqj = #tzqj:VARCHAR#,
xsts = #xsts:VARCHAR#,
xgr = #xgr:VARCHAR#,
xgsj = #xgsj:TIMESTAMP#
where lqid = #lqid:INTEGER#