select PKID, TASK_ID, SCORE, DEL_FLAG, CREATE_BY, CREATE_TIME, UPDATE_BY, UPDATE_TIME, REMARK, DEPT_ID,TYPE from ds_effect_assess
insert into ds_effect_assess
PKID,
TASK_ID,
SCORE,
DEL_FLAG,
CREATE_BY,
CREATE_TIME,
UPDATE_BY,
UPDATE_TIME,
REMARK,
DEPT_ID,
TYPE,
#{PKID},
#{taskId},
#{SCORE},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{REMARK},
#{deptId},
#{type},
update ds_effect_assess
TASK_ID = #{taskId},
SCORE = #{SCORE},
DEL_FLAG = #{delFlag},
CREATE_BY = #{createBy},
CREATE_TIME = #{createTime},
UPDATE_BY = #{updateBy},
UPDATE_TIME = #{updateTime},
REMARK = #{REMARK},
DEPT_ID = #{deptId},
TYPE = #{type},
where PKID = #{PKID}
delete from ds_effect_assess where PKID = #{PKID}
delete from ds_effect_assess where PKID in
#{PKID}