Commit 7a1019aa authored by taabe's avatar taabe

Merge branch 'developer' of http://172.16.10.76/moa/amos-boot-biz into developer

parents 9ae025c1 807654a0
......@@ -32,6 +32,7 @@ import java.util.stream.Collectors;
* @author DELL
*/
@Service
@Transactional(rollbackFor = Exception.class)
public class DutyCommonServiceImpl implements IDutyCommonService {
@Autowired
......@@ -285,7 +286,6 @@ public class DutyCommonServiceImpl implements IDutyCommonService {
formInstance.setFieldValue(map.get(column.getFieldCode()) != null ? map.get(column.getFieldCode()).toString() : "");
}
@Transactional(rollbackFor = Exception.class)
@Override
public Boolean deleteDutyData(Long instanceId) {
dynamicFormInstanceService.remove(new LambdaQueryWrapper<DynamicFormInstance>().eq(DynamicFormInstance::getInstanceId, instanceId));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment