测试数据
This commit is contained in:
parent
c3627245e8
commit
1769cb09d7
@ -48,6 +48,14 @@ public class WarningServiceImpl implements WarningService {
|
|||||||
warningMapper.updateById(updateObj);
|
warningMapper.updateById(updateObj);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//public void updateWarning(WarningSaveReqVO updateReqVO) {
|
||||||
|
// // 校验存在
|
||||||
|
// validateWarningExists(updateReqVO.getId());
|
||||||
|
// // 更新
|
||||||
|
// WarningDO updateObj = BeanUtils.toBean(updateReqVO, WarningDO.class);
|
||||||
|
// warningMapper.updateById(updateObj);
|
||||||
|
// }
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void deleteWarning(String id) {
|
public void deleteWarning(String id) {
|
||||||
// 校验存在
|
// 校验存在
|
||||||
|
Loading…
Reference in New Issue
Block a user