Parcourir la source

moban

release_toaliyun_real
xhxu il y a 5 ans
Parent
révision
c9d05335d4
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      mallinkService/src/main/resources/mapper/WxFlowConfigMapper.xml

+ 4
- 1
mallinkService/src/main/resources/mapper/WxFlowConfigMapper.xml Voir le fichier

@@ -26,9 +26,12 @@
<if test=" null != parentTenantId and '' != parentTenantId">
and `parent_tenant_id` = #{parentTenantId}
</if>
<if test=" null != parentId">
and `parent_id` = #{parentId}
</if>
<if test=" null != id "> and `id` = #{id} </if>
<if test=" null != modelId"> and `model_id` = #{modelId} </if>
<if test="null != name and '' != name "> and `name` like concat('%', #{name},'%') </if>
<if test=" null != name and '' != name "> and `name` like concat('%', #{name},'%') </if>
<if test=" null != sortColumns"> order by ${sortColumns} </if>
<if test=" null == sortColumns"> order by sort asc </if>
</sql>


Chargement…
Annuler
Enregistrer