|
@@ -1620,7 +1620,7 @@ public class WbsTreePrivateServiceImpl extends BaseServiceImpl<WbsTreePrivateMap
|
|
//如果存在则复制最新表的配置,调整表单的值
|
|
//如果存在则复制最新表的配置,调整表单的值
|
|
if (wbsTreePrivate != null) {
|
|
if (wbsTreePrivate != null) {
|
|
|
|
|
|
- if (wbsPrivate.getExcelId() != null) {
|
|
|
|
|
|
+ if (wbsTreePrivate.getExcelId() != null) {
|
|
if (StringUtils.isNotEmpty(wbsTreePrivate.getExcelId() + "")) {
|
|
if (StringUtils.isNotEmpty(wbsTreePrivate.getExcelId() + "")) {
|
|
wbsPrivate.setExcelId(wbsTreePrivate.getExcelId());
|
|
wbsPrivate.setExcelId(wbsTreePrivate.getExcelId());
|
|
}
|
|
}
|