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
[微信开发平台][修改]:批量审核查询
release_toaliyun_real
Stormeye Wu
7 years ago
parent
cfb8afbd6a
commit
0e1d1e074d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkService/src/main/resources/mapper/WxWeappCodeStatusMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxWeappCodeStatusMapper.xml
View File
@@ -111,7 +111,7 @@
and c.`type` = #{type}
</if>
<if test=" null != userVersion ">
and
v
c.`user_version` = #{userVersion}
and c.`user_version` = #{userVersion}
</if>
<if test=" null != codeStatus ">
and c.`code_status` = #{codeStatus}
Write
Preview
Loading…
Cancel
Save