@ -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());