Compare commits

..

No commits in common. "b977bec6fdb2633836255809526f916ca723cff3" and "b580e352c9fa2c40eb668fc8e05a08e040f81bc1" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public class TrxServiceImpl implements TrxService {
log.error("用户登录失败:", e); log.error("用户登录失败:", e);
return new GeneralResult(false, "用户登录失败" + e.getMessage()); return new GeneralResult(false, "用户登录失败" + e.getMessage());
} }
return login; return new GeneralResult(true, login, "用户登录成功");
} }
private void saveUserByTrx(String userId) { private void saveUserByTrx(String userId) {