|
@@ -46,7 +46,7 @@ public class InvSourceServiceImpl extends ServiceImpl<InvSourceMapper, InvSource
|
|
|
|
|
|
|
|
DateTime dateTime = new DateTime();
|
|
DateTime dateTime = new DateTime();
|
|
|
for (InvSource invSource : invSources) {
|
|
for (InvSource invSource : invSources) {
|
|
|
- invSource.setRevenueName(null);
|
|
|
|
|
|
|
+ invSource.setRevenueName(user.getName());
|
|
|
invSource.setRevenueTime(dateTime.toString());
|
|
invSource.setRevenueTime(dateTime.toString());
|
|
|
invSource.setRevenueUserId(user.getId());
|
|
invSource.setRevenueUserId(user.getId());
|
|
|
invSource.setInvSourceType("platform");
|
|
invSource.setInvSourceType("platform");
|