|
|
@@ -242,6 +242,7 @@ public class WxCouponPasswordController extends BaseController { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
retMap.put("remainAmount", cardInfo.getRemainingAmount()); |
|
|
retMap.put("remainAmount", cardInfo.getRemainingAmount()); |
|
|
|
|
|
retMap.put("eCardId", cardInfo.getId()); |
|
|
}else { |
|
|
}else { |
|
|
retMap.put("remainAmount", password.getPrice()); |
|
|
retMap.put("remainAmount", password.getPrice()); |
|
|
} |
|
|
} |
|
|
|