@@ -76,7 +76,7 @@ public class DeviceAlgorithmChargingServiceImpl extends ServiceImpl<DeviceAlgori
.in(DeviceAlgorithmCharging::getBeginTime, Arrays.asList(DataTime.getSring("yyyyMM"), -1))
);
if (!Emptys.check(deviceAlgorithmChargings)) {
- throw new CommRuntimeException("设备欠费,请充值");
+ throw new CommRuntimeException("算法费欠费");
}
return R.ok();
@@ -111,11 +111,11 @@ public class DeviceChargingServiceImpl extends ServiceImpl<DeviceChargingMapper,
.setTimeout(now)
.setCreateTime(now)
+ throw new CommRuntimeException("管理费欠费");
int contrast = DataTime.stringContrast(DataTime.toString(deviceCharging.getTimeout()), DataTime.toString(now));
if (deviceCharging.getChargingX() == 0 && contrast <= 0) {