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