pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/command/CommandSv.java
@@ -316,6 +316,14 @@ } String vcNum = vc.getVcNum().toString(); Double moneyRemain = vc.getMoney(); if(moneyRemain < 100) { irIntakeOperateMapper.updateByCommandId(comId, (byte)2, "虚拟卡余额不足,请充值" + "(" + intakeId + ")"); Map map = new HashMap<>(); map.put("success", false); map.put("msg", "虚拟卡余额不足,请充值"); map.put("content", null); return map; } // 获取水价 Double waterPrice = getPrice();