|
|
@@ -433,7 +433,7 @@ define(['app/app'], function(app) {
|
|
|
};
|
|
|
|
|
|
var validateRepeat = function (number) {
|
|
|
- bankInfoService.getCountByNumber({type:1063,number:number}, {}, function (data) {
|
|
|
+ bankInfoService.getCountByNumber({type:1063,number:number,accountType: 'RECEIVE_TYPE'}, {}, function (data) {
|
|
|
if (data.success){
|
|
|
if (data.data != 0){
|
|
|
$scope.repeatError = true;
|