Commit c3d2b4ea by hzc

bug修复

parent 03ad67fb
......@@ -24,7 +24,7 @@
<insert id="batchSave" parameterType="java.util.List">
insert into test_obj_score_cal_result(
compare_id, compare_obj, compare_obj_desc, ind_ids, date, score_value, improve_value,
score_sum_value, ind_count, code, compare_catalog,score_tmp_value,score_tmp_sum_value,improve_sum_valu)
score_sum_value, ind_count, code, compare_catalog,score_tmp_value,score_tmp_sum_value,improve_sum_value)
values
<foreach collection="datas" item="val" separator=",">
(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment