|
@@ -129,6 +129,9 @@ public class WbsSynchronousServiceImpl {
|
|
if (StringUtil.isBlank(initTableName)) {
|
|
if (StringUtil.isBlank(initTableName)) {
|
|
throw new ServiceException("表单未绑定实体表");
|
|
throw new ServiceException("表单未绑定实体表");
|
|
}
|
|
}
|
|
|
|
+ if (wbsTreePrivate.getExcelId() == null) {
|
|
|
|
+ throw new ServiceException("表单未绑定清表");
|
|
|
|
+ }
|
|
//在指定项目下指定实体表相同的数据
|
|
//在指定项目下指定实体表相同的数据
|
|
List<WbsTreePrivate> wbsTreePrivates = wbsTreePrivateMapper.selectList(Wrappers.<WbsTreePrivate>lambdaQuery()
|
|
List<WbsTreePrivate> wbsTreePrivates = wbsTreePrivateMapper.selectList(Wrappers.<WbsTreePrivate>lambdaQuery()
|
|
.eq(WbsTreePrivate::getProjectId, wbsTreePrivate.getProjectId())
|
|
.eq(WbsTreePrivate::getProjectId, wbsTreePrivate.getProjectId())
|