|
@@ -105,7 +105,7 @@ public class DeviceSimJob {
|
|
|
public ReturnT<String> deviceSimWaitHandle() {
|
|
|
Long count = deviceSimMapper.selectCount(new LambdaQueryWrapper<DeviceSim>().eq(DeviceSim::getWaitHandle, true));
|
|
|
if (count > 0) {
|
|
|
- MsgUtils.sendMsg(18L)
|
|
|
+ MsgUtils.sendMsg(19L)
|
|
|
.official(() -> {
|
|
|
JMap<String, Object> map = new JHashMap<String, Object>()
|
|
|
.set("thing1", "有需要缴费的流量卡")
|