mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
保存优化事务控制修复
This commit is contained in:
+1
@@ -1808,6 +1808,7 @@ public class OptimizePlanServiceImpl implements OptimizePlanService {
|
||||
}
|
||||
|
||||
@Override
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public void saveComponentOptimizationResults(OptimizationResultsReqVO reqVO) {
|
||||
Long planId = reqVO.getPlanId();
|
||||
// todo 判空
|
||||
|
||||
Reference in New Issue
Block a user