Commit 5f4c7438 authored by 刘林's avatar 刘林

fix(jg):车用气瓶作废添加本地事务

parent 8f4fd394
......@@ -1563,6 +1563,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
}
}
@Transactional(rollbackFor = Exception.class)
@GlobalTransactional(rollbackFor = Exception.class, timeoutMills = 6000000)
public JgVehicleInformation cancelApplication(Long sequenceNbr, String cancelReason) {
JgVehicleInformation vehicleInformation = this.getById(sequenceNbr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment