yangys
2024-05-09 60e317f7782c718d28920060fd686d2092c99c1e
smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/service/impl/ToolAppendixServiceImpl.java
@@ -16,7 +16,7 @@
@Service
public class ToolAppendixServiceImpl extends BaseServiceImpl<ToolAppendixMapper, ToolAppendix> implements IToolAppendixService {
    @Override // org.springblade.modules.cps.service.IToolAppendixService
    public List<ToolAppendixVO> saveTool(ToolAppendixAddVO vo) {
        List<ToolAppendixDTO> toolAppendixList = vo.getToolAppendixList();
        if (Func.isNotEmpty(toolAppendixList)) {