Fancy
2024-07-31 27c0c61e48bfb3e870d44b3b53a820568fcce5d5
pms-parent/pms-web-product/src/main/java/com/dy/pmsProduct/workStation/WorkStationCtl.java
@@ -44,7 +44,7 @@
     */
    @GetMapping(path="delete")
    @SsoPowerAop(power = "10300001")
    @Log("删除产品信息")
    @Log("删除工站使用情况信息")
    public BaseResponse<Boolean> delete(String id){
        int count = sv.delete(Long.parseLong(id));
        if (count <= 0) {