|
@@ -120,7 +120,7 @@ public class KuaishouLiveUserAccountServiceImpl implements IKuaishouLiveUserAcco
|
|
|
public ResultResponse insertKuaishouLiveUserAccount(KuaishouLiveUserAccount account) {
|
|
|
KuaishouLiveUserAccount one = kuaishouLiveUserAccountMapper.getOne(account);
|
|
|
if (one != null) {
|
|
|
- return ResultResponse.error("快手ID:" + account.getKsId() + "下已存在该账户名,请重新命名!");
|
|
|
+ return ResultResponse.error("快手ID:" + account.getKsId() + "下已存在该账户ID,请重新填写!");
|
|
|
}
|
|
|
if (Check.isNull(account.getAccountId())) {
|
|
|
account.setAccountId(System.currentTimeMillis());
|