Commit 5e43d5cd by guojuxing

创建商户用户名事务

parent 20b6388f
...@@ -224,6 +224,7 @@ public class UserApiServiceImpl implements UserApiService { ...@@ -224,6 +224,7 @@ public class UserApiServiceImpl implements UserApiService {
} }
@Override @Override
@Transactional(rollbackFor = Exception.class)
public ServiceResponse<Integer> saveAdmin(UserDTO userDTO) { public ServiceResponse<Integer> saveAdmin(UserDTO userDTO) {
//valid param //valid param
ServiceResponse paramResult = ValidUtil.allCheckValidate(userDTO, UserDTO.SaveUserValid.class); ServiceResponse paramResult = ValidUtil.allCheckValidate(userDTO, UserDTO.SaveUserValid.class);
......
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