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
拼团bug
release_toaliyun_real
xiaohanzi
5 years ago
parent
d4f04a18e4
commit
25d894e96a
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/WxOrderGroupMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml
View File
@@ -95,7 +95,7 @@
<if test=" null != orderGroupId ">
and o.order_group_id=#{orderGroupId}
</if>
and o.order_status in(10,11,12,13,14,15,16)
and o.order_status in(10,11,12,13,14,15,16
,98,99
)
order by o.id desc,o.order_status
</select>
Write
Preview
Loading…
Cancel
Save