| | |
| | | </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> |
| | | |
| | |
| | | <if test="params.publish != null and params.publish != ''">and publish = #{params.publish}</if> |
| | | ${params.dataScope} |
| | | </where> |
| | | -- GROUP BY tcs.dept_id, tcs.examine_category, tcs.examine_tag |
| | | GROUP BY tcs.dept_id, tcs.examine_category, tcs.examine_tag |
| | | </select> |
| | | |
| | | <select id="getLast" resultType="com.ycl.platform.domain.entity.CheckScore"> |