FB_PROBLEMPHENOMENON
DESC1,
REMARK,
TYPE,
ID
#{DESC1},
#{REMARK},
#{TYPE},
#{ID}
insert into
(
DESC1,
TYPE,
REMARK
) values (
#{DESC1},
#{TYPE},
#{REMARK}
)
delete from
where
ID = #{ID}
update
set
DESC1 = #{DESC1},
REMARK = #{REMARK},
TYPE = #{TYPE},
ID = #{ID}
where
ID = #{ID}
delete from
where
ID in
#{item}