Co-authored-by: calvin <jianghuachinacom@163.com>
This commit is contained in:
parent
ffb8b6ef70
commit
309b5a94b8
|
|
@ -137,7 +137,7 @@ public class UsersServiceImpl extends BaseServiceImpl implements UsersService {
|
|||
* @throws Exception exception
|
||||
*/
|
||||
@Override
|
||||
@Transactional
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public Map<String, Object> createUser(User loginUser,
|
||||
String userName,
|
||||
String userPassword,
|
||||
|
|
@ -177,7 +177,6 @@ public class UsersServiceImpl extends BaseServiceImpl implements UsersService {
|
|||
result.put(Constants.DATA_LIST, user);
|
||||
putMsg(result, Status.SUCCESS);
|
||||
return result;
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue