|
@@ -161,6 +161,9 @@ public class WbsTreeContractClientImpl implements WbsTreeContractClient {
|
|
if (StringUtils.isNotEmpty(node.getSort()) && CommonUtil.checkBigDecimal(node.getSort())) {
|
|
if (StringUtils.isNotEmpty(node.getSort()) && CommonUtil.checkBigDecimal(node.getSort())) {
|
|
wrappers.set(WbsTreeContract::getSort, node.getSort());
|
|
wrappers.set(WbsTreeContract::getSort, node.getSort());
|
|
}
|
|
}
|
|
|
|
+ if(StringUtils.isNotEmpty(node.getDigitizeTime())){
|
|
|
|
+ wrappers.set(WbsTreeContract::getDigitizeTime,node.getDigitizeTime());
|
|
|
|
+ }
|
|
|
|
|
|
return this.wbsTreeContractService.update(wrappers.eq(WbsTreeContract::getPKeyId, node.getPKeyId()));
|
|
return this.wbsTreeContractService.update(wrappers.eq(WbsTreeContract::getPKeyId, node.getPKeyId()));
|
|
}
|
|
}
|