This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
suimangServer
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
//personMould
private_deployment
xhxu
1 year ago
parent
2512a6cfa7
commit
3931c6b69f
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save