故障录波变量描述,运行日志变量描述维护
This commit is contained in:
parent
c9158dfa49
commit
9fe3350680
@ -89,7 +89,7 @@ public class PlcLogsController {
|
|||||||
* 根据制造商厂家型号查询故障信息描述
|
* 根据制造商厂家型号查询故障信息描述
|
||||||
* @return 信息中英文描述
|
* @return 信息中英文描述
|
||||||
*/
|
*/
|
||||||
@PostMapping("/queryFdrDesc")
|
@PostMapping("/queryPlcDesc")
|
||||||
public R<List<SysRunLogDesc>> queryAllCurve(@RequestBody JSONObject jsonObject) {
|
public R<List<SysRunLogDesc>> queryAllCurve(@RequestBody JSONObject jsonObject) {
|
||||||
String madeinfactory = jsonObject.getString("madeinfactory");
|
String madeinfactory = jsonObject.getString("madeinfactory");
|
||||||
String model = jsonObject.getString("model");
|
String model = jsonObject.getString("model");
|
||||||
|
Loading…
Reference in New Issue
Block a user