diff --git a/src/main/resources/mapper/flow/ResultTagetLibMapper.xml b/src/main/resources/mapper/flow/ResultTagetLibMapper.xml index 525b46c7..138099ce 100644 --- a/src/main/resources/mapper/flow/ResultTagetLibMapper.xml +++ b/src/main/resources/mapper/flow/ResultTagetLibMapper.xml @@ -105,21 +105,20 @@ - insert into lz_result_taget_lib( - name, - model_id, - weight, - key_result, - order_by, - is_delete - )values( - - #{ item.name}, - #{ item.modelId}, - #{ item.weight}, - #{ item.keyResult}, - #{ item.orderBy}, + name, + model_id, + weight, + key_result, + order_by, + is_delete + )values + ( + #{ item.name}, + #{ item.modelId}, + #{ item.weight}, + #{ item.keyResult}, + #{ item.orderBy}, 0 )