临时菜标识
扣除积分 负数
This commit is contained in:
@@ -41,6 +41,7 @@ public class OrderDetailSmallVO implements Serializable {
|
|||||||
private LocalDateTime startOrderTime;
|
private LocalDateTime startOrderTime;
|
||||||
private LocalDateTime dishOutTime;
|
private LocalDateTime dishOutTime;
|
||||||
private LocalDateTime foodServeTime;
|
private LocalDateTime foodServeTime;
|
||||||
|
private Integer isTemporary;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ public class MkPointsUserServiceImpl extends ServiceImpl<MkPointsUserMapper, MkP
|
|||||||
.shopId(pointsUser.getShopId())
|
.shopId(pointsUser.getShopId())
|
||||||
.shopUserId(pointsUser.getShopUserId())
|
.shopUserId(pointsUser.getShopUserId())
|
||||||
.floatType(PointsConstant.SUB.getValue())
|
.floatType(PointsConstant.SUB.getValue())
|
||||||
.floatPoints(floatPoints)
|
.floatPoints(-floatPoints)
|
||||||
.balancePoints(pointsUser.getPointBalance())
|
.balancePoints(pointsUser.getPointBalance())
|
||||||
.sourceId(orderId.toString())
|
.sourceId(orderId.toString())
|
||||||
.content(reason)
|
.content(reason)
|
||||||
|
|||||||
Reference in New Issue
Block a user