Merge remote-tracking branch 'origin/develop_master' into develop_master

This commit is contained in:
yuezhihang
2022-07-13 11:24:33 +08:00
@@ -108,7 +108,9 @@ public class EsRevisePlanServiceImpl extends ServiceImpl<EsRevisePlanDao, EsRevi
stand.setRevisionStatus(esRevisePlan.getProcessType()+"_"+"4"); stand.setRevisionStatus(esRevisePlan.getProcessType()+"_"+"4");
} }
}); });
iSarBussionessStandService.updateBatchById(standList); if(!standList.isEmpty()){
iSarBussionessStandService.updateBatchById(standList);
}
} }
} }