insert into RES_BUSINESSTHEME (THEMEID, PANELRESID, MAPRESID,
TITLE, DIYUSERID, DIYTIME
)
values (#{themeid,jdbcType=DECIMAL}, #{panelresid,jdbcType=DECIMAL}, #{mapresid,jdbcType=DECIMAL},
#{title,jdbcType=VARCHAR}, #{diyuserid,jdbcType=DECIMAL}, #{diytime,jdbcType=TIMESTAMP}
)
insert into RES_BUSINESSTHEME
THEMEID,
PANELRESID,
MAPRESID,
TITLE,
DIYUSERID,
DIYTIME,
#{themeid,jdbcType=DECIMAL},
#{panelresid,jdbcType=DECIMAL},
#{mapresid,jdbcType=DECIMAL},
#{title,jdbcType=VARCHAR},
#{diyuserid,jdbcType=DECIMAL},
#{diytime,jdbcType=TIMESTAMP},