| | |
| | | } |
| | | |
| | | @Override |
| | | public CommonResult deletedFactorControl(Integer factorControlId) { |
| | | public CommonResult deletedFactorControl(Integer factorControlId,Integer factorDiscrenId) { |
| | | FactorControl factorControl = new FactorControl(); |
| | | factorControl.setId(factorControlId); |
| | | factorControl.setUpdateTime(LocalDateTime.now()); |
| | | factorControl.setUpdateBy(SecurityUtils.getUsername()); |
| | | factorControl.setDelFlag(2); |
| | | factorControlMapper.updateById(factorControl); |
| | | factorContentMapper.updateByFactorId(factorDiscrenId); |
| | | return CommonResult.success(); |
| | | } |
| | | } |