revert: 恢复被挤掉的代码(标准逻辑删除)
This commit is contained in:
+1
-1
@@ -555,7 +555,7 @@ public class LawsCommonServiceImpl implements ILawsCommonService {
|
|||||||
}
|
}
|
||||||
List<String> idList = Arrays.asList(ids.split(","));
|
List<String> idList = Arrays.asList(ids.split(","));
|
||||||
// 操作数据库进行删除操作
|
// 操作数据库进行删除操作
|
||||||
int rowsDeleted = lawsCommonMapper.deleteByIdsAndModule(tableName, idList);
|
int rowsDeleted = lawsCommonMapper.logicalDeleteByIdsAndModule(tableName, idList);
|
||||||
if (rowsDeleted > 0) {
|
if (rowsDeleted > 0) {
|
||||||
return MessageUtils.getMessage(ResultCommon.OK);
|
return MessageUtils.getMessage(ResultCommon.OK);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user