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
tt
release_toaliyun_real
xhxu
5 years ago
parent
29dfd3b028
commit
1488e32bc3
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/tt/impl/TtCouponServiceImpl.java
+ 1
- 1
mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java
View File
@@ -131,8 +131,8 @@ public class TtCouponServiceImpl implements TtCouponService {
ttc.setUpdateDate(new Date());
ttCouponMapper.insert(ttc);
}
ttCouponMapper.updateById(record);
}
ttCouponMapper.updateById(record);
return new ResultData();
}
Write
Preview
Loading…
Cancel
Save