|
@ -34,9 +34,9 @@ public interface DfSuperviseProblemMapper extends BaseMapper<DfSuperviseProblem> |
|
|
*/ |
|
|
*/ |
|
|
@Insert({ |
|
|
@Insert({ |
|
|
"<script>", |
|
|
"<script>", |
|
|
"insert into bs_sgc_df_jdjcgcwt(task_id, project_id, project_item_id, level) values ", |
|
|
"insert into bs_sgc_df_jdjcgcwt(task_id, project_id, project_item_id, level, status) values ", |
|
|
"<foreach collection='problemList' item='item' index='index' separator=','>", |
|
|
"<foreach collection='problemList' item='item' index='index' separator=','>", |
|
|
"(#{item.taskId}, #{item.projectId}, #{item.projectItemId}, #{item.level} )", |
|
|
"(#{item.taskId}, #{item.projectId}, #{item.projectItemId}, #{item.level}, #{item.status} )", |
|
|
"</foreach>", |
|
|
"</foreach>", |
|
|
"</script>" |
|
|
"</script>" |
|
|
}) |
|
|
}) |
|
|