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
gongbiao
7 years ago
parent
18e165a383
commit
fbbac3c79d
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/WxOrderMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml
View File
@@ -700,7 +700,7 @@
</select>
<update id="updateStatusByOrderGroupId" parameterType="com.iformall.domain.po.WxOrder">
update wx_order set order_status=#{orderStatus} where tenant_id=#{tenantId} and order_group_id=#{orderGroupId}
update wx_order set order_status=#{orderStatus} where tenant_id=#{tenantId} and order_group_id=#{orderGroupId}
and order_status=10
</update>
</mapper>
Write
Preview
Loading…
Cancel
Save