qushaowei
2023-08-19 3e79a609f2b7a46dae5085ca5050acb88fc6f0af
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/base/controller/UnitController.java
@@ -53,6 +53,7 @@
    public Result<Unit> addMomUnit(@RequestBody Unit momUnit){
        Result<Unit> result = new Result<>();
        try{
            momUnit.setDelFlag("0");
            momUnitService.saveOrUpdate(momUnit);
            result.success("操作成功");
        }catch (Exception e){