Commit 2c90e4df authored by tangwei's avatar tangwei

修改配置

parent 97544f45
......@@ -670,8 +670,7 @@ public class AlertSubmittedServiceImpl extends BaseService<AlertSubmittedDto, Al
* @param alertSubmittedDto 警情信息
* @param userName 用户名
*/
// @Transactional(rollbackFor = Exception.class)
@Autowired
@Transactional(rollbackFor = Exception.class)
public Map<String,String> saveAlertSubmitted(AlertSubmittedDto alertSubmittedDto, String userName) {
try { Long alertSubmittedId = alertSubmittedDto.getSequenceNbr();
String alertWay = "";
......
package com.yeejoin.amos;
/**
* @description:
* @author: tw
* @createDate: 2023/3/14
*/
public class test {
}
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