|
|
@@ -925,6 +925,9 @@ public class CmsAccountController {
|
|
|
if (dbAccount == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (accountCommonService.checkIsDupAccount(goodsId, account)) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
dbAccount.setAccount(account);
|
|
|
dbAccount.setPassword(password);
|
|
|
dbAccount.setStartTime(DateTime.now());
|