|
|
@@ -22,7 +22,6 @@ import java.util.List;
|
|
|
import java.util.stream.Collectors;
|
|
|
|
|
|
@Service
|
|
|
-@Transactional
|
|
|
public class ComPlayerLogServiceImpl extends CommonServiceImpl<ComPlayerLogVo, ComPlayerLog, Integer> implements ComPlayerLogService {
|
|
|
|
|
|
@PersistenceContext
|
|
|
@@ -102,7 +101,7 @@ public class ComPlayerLogServiceImpl extends CommonServiceImpl<ComPlayerLogVo, C
|
|
|
playerLog.setTPart(0d);
|
|
|
playerLog.setTAmount(0);
|
|
|
// 1=果实
|
|
|
- playerLog.setTType(1);
|
|
|
+ playerLog.setTType(0);
|
|
|
playerLog.setBeforeAmount(goodsBeforeAmount);
|
|
|
playerLog.setBeforePart(goodsBeforePart);
|
|
|
// 交易后的数据
|