| | |
| | | import com.dy.pipIrrSell.clientCard.LastOperateENUM; |
| | | import com.dy.pipIrrSell.recharge.DtoRecharge; |
| | | import com.dy.pipIrrSell.recharge.RechargeCtrl; |
| | | import com.dy.pipIrrSell.recharge.RechargeSv; |
| | | import com.dy.pipIrrSell.result.SellResultCode; |
| | | import io.swagger.v3.oas.annotations.Operation; |
| | | import io.swagger.v3.oas.annotations.media.Content; |
| | |
| | | private final ActiveCardSv activeCardSv; |
| | | private final ClientCardSv clientCardSv; |
| | | private final RechargeCtrl rechargeCtrl; |
| | | private final RechargeSv rechargeSv; |
| | | |
| | | |
| | | //@Value("${projectCode.ym}") |
| | | //private Integer projectCode; |
| | |
| | | /** |
| | | * 如果操作人员开卡时输入了充值金额,则开卡后调用充值功能 |
| | | */ |
| | | po.setCardNum(cardNum); |
| | | po.setCardNum(Long.parseLong(cardNum)); |
| | | if(amount != null && amount > 0) { |
| | | po.setClientId(clientId); |
| | | DtoRecharge dtoRecharge = RechargeDtoMapper.INSTANCT.po2vo(po); |
| | |
| | | } |
| | | |
| | | Map map = new HashMap(); |
| | | if(amount != null && amount > 0) { |
| | | Long rechargeId = rechargeSv.selectIdByCardId(cardId); |
| | | map.put("orderNumber",rechargeId+"");//返回充值ID |
| | | }else { |
| | | map.put("orderNumber",rec+"");//返回开卡ID |
| | | } |
| | | //map.put("projectCode", projectCode); |
| | | map.put("projectCode", Constant.projectCode_ym); |
| | | map.put("cardNum", cardNum); |
| | |
| | | * activeTime 补卡时间 |
| | | */ |
| | | Long cardId = 0L; |
| | | String cardNum = po.getCardNum(); |
| | | Long cardNum = po.getCardNum(); |
| | | //String clientNum = ""; |
| | | Long clientId = 0L; |
| | | Integer cardCost = po.getCardCost(); |