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
[A端][修复]:创建券并且快速投放的问题
release_toaliyun_real
hupeng
7 years ago
parent
f4b06d05fe
commit
700ab87f58
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/java/com/iformall/service/impl/WxCouponServiceImpl.java
+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java
View File
@@ -196,7 +196,7 @@ public class WxCouponServiceImpl implements WxCouponService {
record.setUpdateDate(new Date());
wxCouponMapper.updateByPrimaryKeySelective(record);
}
return new ResultData();
return new ResultData(
record.getId()
);
}
@Override
Write
Preview
Loading…
Cancel
Save