增加 根据条件删除的方法

beetlsql3-dev
Mlxa0324 3 years ago
parent 769025fefe
commit b6699cd275

@ -206,7 +206,7 @@ public class CoreBaseService<T> {
public boolean deleteById(Long id) {
Map map = new HashMap();
Map map = new HashMap(2);
// always id,delFlag for pojo
map.put("id", id);
map.put("delFlag", DelFlagEnum.DELETED.getValue());

Loading…
Cancel
Save