Commit f4add34f authored by lisong's avatar lisong

添加物联报表-参数验证

parent 74fbe6e9
......@@ -1583,6 +1583,8 @@ public class FireFightingSystemServiceImpl extends ServiceImpl<FireFightingSyste
}
}else {
throw new BadRequest("无效参数");
}
......@@ -1741,6 +1743,8 @@ public class FireFightingSystemServiceImpl extends ServiceImpl<FireFightingSyste
}
}else {
throw new BadRequest("无效参数");
}
......@@ -1879,6 +1883,8 @@ public class FireFightingSystemServiceImpl extends ServiceImpl<FireFightingSyste
}
}else {
throw new BadRequest("无效参数");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment