@@ -218,6 +218,7 @@ public class WbsSynchronousEViSaServiceImpl {
//修改排序为连续排序
wbsTreeContractMapper.updateSortBatchByPKeyId(resourceData);
}
+ wbsTreeContractMapper.update(null, Wrappers.<WbsTreeContract>lambdaUpdate().eq(WbsTreeContract::getPKeyId, pId).set(WbsTreeContract::getIsUseSort, 1));
//处理html 复制之后记录在新表中w