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
fix order
release_toaliyun_real
xiaohanzi
4 years ago
parent
11c66b0ee5
commit
a1c2acf516
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
mallinkService/src/main/java/com/iformall/service/order/entity/WxComposeOrder.java
+ 7
- 0
mallinkService/src/main/java/com/iformall/service/order/entity/WxComposeOrder.java
View File
@@ -22,4 +22,11 @@ public class WxComposeOrder {
private Object mainOrder;//真正的主订单对象
private Long Id;
public Long getId() {
this.Id = this.mainOrderId;
return this.Id;
}
}
Write
Preview
Loading…
Cancel
Save