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
xhxu
4 years ago
parent
52b5d0b25e
commit
a4e257f896
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java
+ 3
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java
View File
@@ -420,7 +420,9 @@ public class WxCoupon extends TenantEntity {
}else {
limit_days = this.getValidDays();
}
}
}else{
limit_days = this.getValidDays();
}
} else {
limit_days = this.getValidDays();
}
Write
Preview
Loading…
Cancel
Save