(
$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_yhjs
where jsid = #jsid:INTEGER#
and yhid = #yhid:INTEGER#
delete from xt_yhjs
insert into xt_yhjs (jsid, yhid)
values (#jsid:INTEGER#, #yhid:INTEGER#)
insert into xt_yhjs
jsid
yhid
)
values
#jsid:INTEGER#
#yhid:INTEGER#
)
update xt_yhjs
jsid = #record.jsid:INTEGER#
yhid = #record.yhid:INTEGER#
update xt_yhjs
set jsid = #record.jsid:INTEGER#,
yhid = #record.yhid:INTEGER#