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