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
tt
release_toaliyun_real
xhxu
5 years ago
parent
2069231f2d
commit
f41442ca6f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
mallinkService/src/main/resources/mapper/WxMallMapper.xml
+ 4
- 0
mallinkService/src/main/resources/mapper/WxMallMapper.xml
View File
@@ -265,6 +265,10 @@
and mui.`username` like concat('%', #{adminUsername},'%')
</if>
<if test=" null != adminStatus ">
and mui.`status` = #{adminStatus}
</if>
</select>
</mapper>
Write
Preview
Loading…
Cancel
Save