|
@@ -66,10 +66,6 @@ public class CardPurchaseRecordServiceImpl implements ICardPurchaseRecordService
|
|
*/
|
|
*/
|
|
@Override
|
|
@Override
|
|
public int insertCardPurchaseRecord(CardPurchaseRecord cardPurchaseRecord) {
|
|
public int insertCardPurchaseRecord(CardPurchaseRecord cardPurchaseRecord) {
|
|
- /*购卡*/
|
|
|
|
- //调用支付接口
|
|
|
|
-
|
|
|
|
-
|
|
|
|
//新增购卡记录
|
|
//新增购卡记录
|
|
if (StringUtils.isEmpty(cardPurchaseRecord.getCreateBy())) {
|
|
if (StringUtils.isEmpty(cardPurchaseRecord.getCreateBy())) {
|
|
cardPurchaseRecord.setCreateBy(ShiroUtils.getUserId().toString());
|
|
cardPurchaseRecord.setCreateBy(ShiroUtils.getUserId().toString());
|