From 3c403c1d28e11672bc78559c2d948c010eca0d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BB=BA=E8=B6=85?= <3182967682@qq.com> Date: Thu, 22 Oct 2020 11:55:55 +0800 Subject: [PATCH] fix --- .../mapper/flow/ResultTagetLibMapper.xml | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) 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 )