This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ceshi
release_toaliyun_real
xhxu
5 years ago
parent
c82cd5c30e
commit
28efb0cdec
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
mallinkService/src/main/resources/mapper/WxShopMapper.xml
+ 2
- 2
mallinkService/src/main/resources/mapper/WxShopMapper.xml
View File
@@ -255,7 +255,7 @@
left join wx_mall_floor f on s.floor=f.id
where s.is_del=0
<if test=" null != id ">
<
!--<
if test=" null != id ">
and s.`id` = #{id}
</if>
@@ -283,7 +283,7 @@
</if>
<if test="null == sortColumn">
<if test=" null != sortColumns">order by ${sortColumns}</if>
</if>
</if>
-->
</select>
Write
Preview
Loading…
Cancel
Save