|
@@ -4,7 +4,7 @@ import com.alibaba.fastjson.JSONObject;
|
|
|
import com.boman.common.core.utils.obj.ObjectUtils;
|
|
|
import com.boman.gen.domain.GenTableColumn;
|
|
|
import com.boman.web.core.domain.TableServiceContext;
|
|
|
-import com.boman.web.core.mapper.StandardlyMapper1;
|
|
|
+import com.boman.web.core.mapper.StandardlyMapper;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -27,7 +27,7 @@ public class BaseUpdateServiceImpl implements IBaseUpdateService {
|
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(BaseUpdateServiceImpl.class);
|
|
|
|
|
|
@Autowired
|
|
|
- private StandardlyMapper1 mapper;
|
|
|
+ private StandardlyMapper mapper;
|
|
|
|
|
|
/**
|
|
|
* 功能描述: 批量修改, 默认需要更改的model,更改的字段类型和字段值都是一致的
|