Browse Source

//personMould

private_deployment
xhxu 1 year ago
parent
commit
3931c6b69f
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      suimangService/src/main/resources/mapper/PersonMouldMapper.xml

+ 0
- 4
suimangService/src/main/resources/mapper/PersonMouldMapper.xml View File

@@ -72,10 +72,6 @@
and `colour` = #{colour}
</if>

<if test=" null != languages ">
and `languages` = #{languages}
</if>

<if test=" null != sceneSign and '' != sceneSign">
and JSON_CONTAINS(scene_sign,json_array(#{sceneSign}))
</if>


Loading…
Cancel
Save