| | |
| | |
|
| | | import java.math.BigDecimal;
|
| | | import java.util.ArrayList;
|
| | | import java.util.Calendar;
|
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | |
|
| | |
| | | return detail;
|
| | | }
|
| | |
|
| | | // /**
|
| | | // * 邀请赚维权
|
| | | // * |
| | | // * @param uid
|
| | | // * @param orderId
|
| | | // * @param money
|
| | | // * @param balance
|
| | | // * @param beiZhu
|
| | | // * @return
|
| | | // */
|
| | | // public static MsgMoneyDetail createInviteWeiQuanMsg(Long uid, String orderId, int orderType, BigDecimal money,
|
| | | // BigDecimal balance, String beiZhu) {
|
| | | // if (money == null || orderId == null || money == null || uid == null)
|
| | | // return null;
|
| | | //
|
| | | // MsgMoneyDetail detail = new MsgMoneyDetail();
|
| | | // detail.setBalance(balance);
|
| | | // detail.setBeiZhu(beiZhu);
|
| | | // detail.setCreateTime(new Date());
|
| | | // detail.setMoney(money);
|
| | | // detail.setMsgType(MsgTypeMoneyTypeEnum.inviteWeiQuan);
|
| | | // detail.setOrderId(orderId);
|
| | | // detail.setRead(false);
|
| | | // detail.setUser(new UserInfo(uid));
|
| | | // detail.setOrderType(orderType);
|
| | | //
|
| | | // return detail;
|
| | | // }
|
| | | //
|
| | | // /**
|
| | | // * 分享赚到账
|
| | | // * |
| | | // * @param money
|
| | | // * @param balance
|
| | | // * @param orderCount
|
| | | // * @param goodsCount
|
| | | // * @param uid
|
| | | // * @param beiZhu
|
| | | // * @return
|
| | | // */
|
| | | // public static MsgMoneyDetail createShareMsg(BigDecimal money, BigDecimal balance, int orderType, int orderCount,
|
| | | // int goodsCount, Long uid, String beiZhu) {
|
| | | // if (money == null || balance == null || uid == null)
|
| | | // return null;
|
| | | //
|
| | | // MsgMoneyDetail detail = new MsgMoneyDetail();
|
| | | // detail.setBalance(balance);
|
| | | // detail.setBeiZhu(beiZhu);
|
| | | // detail.setCreateTime(new Date());
|
| | | // detail.setGoodsCount(goodsCount);
|
| | | // detail.setOrderType(orderType);
|
| | | // detail.setMoney(money);
|
| | | // detail.setMsgType(MsgTypeMoneyTypeEnum.share);
|
| | | // detail.setOrderCount(orderCount);
|
| | | // detail.setRead(false);
|
| | | // detail.setUser(new UserInfo(uid));
|
| | | //
|
| | | // return detail;
|
| | | // }
|
| | | //
|
| | | // /**
|
| | | // * 分享赚维权
|
| | | // * |
| | | // * @param uid
|
| | | // * @param orderId
|
| | | // * @param money
|
| | | // * @param balance
|
| | | // * @param beiZhu
|
| | | // * @return
|
| | | // */
|
| | | // public static MsgMoneyDetail createShareWeiQuanMsg(Long uid, String orderId, int orderType, BigDecimal money,
|
| | | // BigDecimal balance, String beiZhu) {
|
| | | // if (money == null || orderId == null || money == null || uid == null)
|
| | | // return null;
|
| | | // MsgMoneyDetail detail = new MsgMoneyDetail();
|
| | | // detail.setBalance(balance);
|
| | | // detail.setBeiZhu(beiZhu);
|
| | | // detail.setCreateTime(new Date());
|
| | | // detail.setMoney(money);
|
| | | // detail.setMsgType(MsgTypeMoneyTypeEnum.shareWeiQuan);
|
| | | // detail.setOrderId(orderId);
|
| | | // detail.setRead(false);
|
| | | // detail.setUser(new UserInfo(uid));
|
| | | // detail.setOrderType(orderType);
|
| | | // return detail;
|
| | | // }
|
| | | //
|
| | | // public static MsgMoneyDetail createOrderRewardMsg(Long uid, String orderId, int orderType, BigDecimal money,
|
| | | // BigDecimal balance, String beiZhu) {
|
| | | // if (money == null || orderId == null || money == null || uid == null)
|
| | | // return null;
|
| | | //
|
| | | // MsgMoneyDetail detail = new MsgMoneyDetail();
|
| | | // detail.setBalance(balance);
|
| | | // detail.setBeiZhu(beiZhu);
|
| | | // detail.setCreateTime(new Date());
|
| | | // detail.setMoney(money);
|
| | | // detail.setMsgType(MsgTypeMoneyTypeEnum.orderReward);
|
| | | // detail.setOrderId(orderId);
|
| | | // detail.setRead(false);
|
| | | // detail.setOrderType(orderType);
|
| | | // detail.setUser(new UserInfo(uid));
|
| | | // return detail;
|
| | | // }
|
| | | //
|
| | | // public static MsgMoneyDetail createSystemEqualizeMsg(Long uid, String reason, BigDecimal money, BigDecimal balance,
|
| | | // String beiZhu) {
|
| | | // if (money == null || money == null || uid == null)
|
| | | // return null;
|
| | | //
|
| | | // MsgMoneyDetail detail = new MsgMoneyDetail();
|
| | | // detail.setBalance(balance);
|
| | | // detail.setBeiZhu(beiZhu);
|
| | | // detail.setCreateTime(new Date());
|
| | | // detail.setMoney(money);
|
| | | // detail.setMsgType(MsgTypeMoneyTypeEnum.systemEqualize);
|
| | | // detail.setOrderId(reason);
|
| | | // detail.setRead(false);
|
| | | // detail.setUser(new UserInfo(uid));
|
| | | // return detail;
|
| | | // }
|
| | | //
|
| | | // public static MsgMoneyDetail createElmeFanliMsg(Long uid, String orderId, BigDecimal money, BigDecimal balance,
|
| | | // String beiZhu) {
|
| | | // if (money == null || money == null || uid == null)
|
| | | // return null;
|
| | | //
|
| | | // MsgMoneyDetail detail = new MsgMoneyDetail();
|
| | | // detail.setBalance(balance);
|
| | | // detail.setBeiZhu(beiZhu);
|
| | | // detail.setCreateTime(new Date());
|
| | | // detail.setMoney(money);
|
| | | // detail.setMsgType(MsgTypeMoneyTypeEnum.fanliElme);
|
| | | // detail.setOrderId(orderId);
|
| | | // detail.setRead(false);
|
| | | // detail.setUser(new UserInfo(uid));
|
| | | // return detail;
|
| | | // }
|
| | | // |
| | | // |
| | | //
|
| | |
|
| | | // |
| | | // /**
|
| | | // * 团队奖励
|
| | | // * @Title: createOrderTeamRewardMsg
|
| | | // * @Description: |
| | | // * @param uid
|
| | | // * @param date
|
| | | // * @param from
|
| | | // * @param money
|
| | | // * @param balance
|
| | | // * @param beiZhu
|
| | | // * @return |
| | | // * MsgMoneyDetail 返回类型
|
| | | // * @throws
|
| | | // */
|
| | | // public static MsgMoneyDetail createOrderTeamRewardMsg(Long uid, Date date, String from, BigDecimal money,
|
| | | // BigDecimal balance, String beiZhu) {
|
| | | // if (money == null || money == null || uid == null)
|
| | | // return null;
|
| | | //
|
| | | // MsgMoneyDetail detail = new MsgMoneyDetail();
|
| | | // detail.setBalance(balance);
|
| | | // detail.setBeiZhu(beiZhu);
|
| | | // detail.setCreateTime(new Date());
|
| | | // detail.setMoney(money);
|
| | | // detail.setMsgType(MsgTypeMoneyTypeEnum.orderTeamReward);
|
| | | // detail.setRead(false);
|
| | | // detail.setUser(new UserInfo(uid));
|
| | | // Calendar calendar = Calendar.getInstance();
|
| | | // calendar.setTime(date);
|
| | | // detail.setStateDesc(String.format("%s年%s月团队奖励到账", calendar.get(Calendar.YEAR), calendar.get(Calendar.MONTH)));
|
| | | // detail.setDesc(from);
|
| | | //
|
| | | // return detail;
|
| | | // }
|
| | | // |
| | | // |
| | | /**
|
| | | * 红包相关信息
|
| | | * @param uid
|
| | | * @param type
|
| | | * @param content
|
| | | * @param beiZhu
|
| | | * @return
|
| | | */
|
| | | public static MsgMoneyDetail createRedPackMsg(Long uid, MsgTypeMoneyTypeEnum type, String content, String beiZhu) {
|
| | | if (uid == null || type == null || StringUtil.isNullOrEmpty(content))
|
| | | return null;
|
| | | MsgMoneyDetail detail = new MsgMoneyDetail();
|
| | | detail.setUser(new UserInfo(uid));
|
| | | detail.setRead(false);
|
| | | detail.setContent(content);
|
| | | detail.setMsgType(type);
|
| | | detail.setBeiZhu(beiZhu);
|
| | | detail.setCreateTime(new Date());
|
| | | return detail;
|
| | | }
|
| | | |
| | | |
| | |
|
| | | private static String filterName(String oldname) {
|
| | | String name = "";
|
| | |
| | | }
|
| | |
|
| | |
|
| | | /**
|
| | | * 红包相关信息
|
| | | * @param uid
|
| | | * @param type
|
| | | * @param content
|
| | | * @param beiZhu
|
| | | * @return
|
| | | */
|
| | | public static MsgMoneyDetail createRedPackMsg(Long uid, MsgTypeMoneyTypeEnum type, String content, String beiZhu) {
|
| | | if (uid == null || type == null || StringUtil.isNullOrEmpty(content))
|
| | | return null;
|
| | | MsgMoneyDetail detail = new MsgMoneyDetail();
|
| | | detail.setUser(new UserInfo(uid));
|
| | | detail.setRead(false);
|
| | | detail.setContent(content);
|
| | | detail.setMsgType(type);
|
| | | detail.setBeiZhu(beiZhu);
|
| | | detail.setCreateTime(new Date());
|
| | | return detail;
|
| | | }
|
| | |
|
| | |
|
| | | public static MsgMoneyDetail createSystemEqualizeMsg(Long uid, String reason, BigDecimal money, BigDecimal balance,
|
| | | String beiZhu) {
|
| | | if (money == null || money == null || uid == null)
|
| | | return null;
|
| | |
|
| | | MsgMoneyDetail detail = new MsgMoneyDetail();
|
| | | detail.setBalance(balance);
|
| | | detail.setBeiZhu(beiZhu);
|
| | | detail.setCreateTime(new Date());
|
| | | detail.setMoney(money);
|
| | | detail.setMsgType(MsgTypeMoneyTypeEnum.systemEqualize);
|
| | | detail.setOrderId(reason);
|
| | | detail.setRead(false);
|
| | | detail.setUser(new UserInfo(uid));
|
| | | return detail;
|
| | | }
|
| | |
|
| | |
|
| | | }
|