This commit is contained in:
psh
2024-04-03 10:56:40 +08:00
parent b6293412db
commit 8cc923d9f4

View File

@@ -140,7 +140,8 @@ public class MesController {
@Log(value = "QPMES118")
@ApiOperation("QPMES118")
@SaIgnore
public QPMES118Response QPMES118() {
public QPMES118Response QPMES118(@RequestBody JSONObject notice) {
log.info("QPMES118服务被调用,输入参数:" + notice.toString());
QPMES118Response qpmes118Response =new QPMES118Response();
List<QPMES118ResponseBody> body=pointMapper.queryByMes();
qpmes118Response.setBODY(body);