| | |
| | | </select> |
| | | |
| | | <insert id="saveBatch"> |
| | | insert into t_check_score (score,dept_id,template_id,examine_tag,examine_category,create_time) values |
| | | insert into t_check_score (score,dept_id,template_id,index_id,examine_tag,examine_category,create_time) values |
| | | <foreach collection="scoreList" separator="," item="score"> |
| | | (#{score.score},#{score.deptId},#{score.templateId},#{score.examineTag},#{score.examineCategory},#{score.createTime}) |
| | | (#{score.score},#{score.deptId},#{score.templateId},#{score.indexId},#{score.examineTag},#{score.examineCategory},#{score.createTime}) |
| | | </foreach> |
| | | </insert> |
| | | |