|
|
@@ -102,7 +102,6 @@ public class OfferDataServiceImpl implements OfferDataService {
|
|
|
return list;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* 获取 1.项目与土地供应,两个表进行关联。
|
|
|
* 并且为上链的,并且不动产单元号不经存在的数据。
|
|
|
@@ -130,9 +129,9 @@ public class OfferDataServiceImpl implements OfferDataService {
|
|
|
if (StringUtils.isBlank(yfbdcdyh)) {
|
|
|
throw new ServiceException("预赋不动产单元号为空");
|
|
|
}
|
|
|
- if (yfbdcdyh.length() != 19) {
|
|
|
- throw new ServiceException("预赋不动产单元号长度必须为19位");
|
|
|
- }
|
|
|
+// if (yfbdcdyh.length() != 19) {
|
|
|
+// throw new ServiceException("预赋不动产单元号长度必须为19位");
|
|
|
+// }
|
|
|
|
|
|
String ywlx = body.getYwlx();
|
|
|
if (StringUtils.isBlank(ywlx)) {
|