|
|
@@ -1286,7 +1286,9 @@ public class CadastreManageServiceImpl implements CadastreManageService {
|
|
|
map.put("valid_flag", 0);
|
|
|
cleanDataForInsert(map, columnTypeMap);
|
|
|
if(tableName.equalsIgnoreCase("zdjbxx")){//这里使用主键自增
|
|
|
- map.put("bsm", "DEFAULT");
|
|
|
+ map.remove("bsm");
|
|
|
+ //map.put("bsm", "DEFAULT");
|
|
|
+ //宗地权利类型(1-使用权;2-所有权)
|
|
|
if(StringUtils.isNotBlank(landRightType)){
|
|
|
map.put("sm", landRightType.trim());
|
|
|
}
|
|
|
@@ -1467,7 +1469,8 @@ public class CadastreManageServiceImpl implements CadastreManageService {
|
|
|
map.put("valid_flag", 0);
|
|
|
cleanDataForInsert(map, columnTypeMap);
|
|
|
if(tableName.equalsIgnoreCase("zdjbxx")){//这里使用主键自增
|
|
|
- map.put("bsm", "DEFAULT");
|
|
|
+ map.remove("bsm");
|
|
|
+ //map.put("bsm", "DEFAULT");
|
|
|
//宗地权利类型(1-使用权;2-所有权)
|
|
|
if(StringUtils.isNotBlank(landRightType)){
|
|
|
map.put("sm", landRightType.trim());
|