This commit is contained in:
2022-11-02 08:51:36 +08:00
parent 86be2c543a
commit 4d3d8aabca
2 changed files with 9 additions and 8 deletions

View File

@@ -86,6 +86,4 @@ public class InServiceImpl implements InService {
result.put("message", "操作成功!"); result.put("message", "操作成功!");
return result; return result;
} }
} }

View File

@@ -240,4 +240,7 @@
st_ivt_cutpointivt cut st_ivt_cutpointivt cut
WHERE WHERE
cut.point_code = 输入.device_code cut.point_code = 输入.device_code
ENDSELECT
ENDQUERY
ENDIF