From c9d05335d4ec00eaadc61ddc2e1482b53a92c2d7 Mon Sep 17 00:00:00 2001 From: xhxu Date: Wed, 9 Sep 2020 17:59:09 +0800 Subject: [PATCH] moban --- .../src/main/resources/mapper/WxFlowConfigMapper.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxFlowConfigMapper.xml b/mallinkService/src/main/resources/mapper/WxFlowConfigMapper.xml index ca9efb0e2..a97d6b1c7 100644 --- a/mallinkService/src/main/resources/mapper/WxFlowConfigMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxFlowConfigMapper.xml @@ -26,9 +26,12 @@ and `parent_tenant_id` = #{parentTenantId} + + and `parent_id` = #{parentId} + and `id` = #{id} and `model_id` = #{modelId} - and `name` like concat('%', #{name},'%') + and `name` like concat('%', #{name},'%') order by ${sortColumns} order by sort asc