2022-11-14weitiao

zhc4dev
YTD 2 years ago
parent c5bd277295
commit 1f022d09cc
  1. 2
      jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/operationtool/controller/ZyOperationtoolController.java

@ -90,7 +90,7 @@ public class ZyOperationtoolController extends JeecgController<ZyOperationtool,
@PostMapping(value = "/add")
public Result<?> add(@RequestBody ZyOperationtool zyOperationtool) {
QueryWrapper s=new QueryWrapper();
s.eq("process_id",zyOperationtool.getOperationid());
s.eq("operationid",zyOperationtool.getOperationid());
s.eq("toolid",zyOperationtool.getToolid());
int a=zyOperationtoolService.count(s);
if(a>=1)

Loading…
Cancel
Save