Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
1a53e21a6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/his_service.go

+ 1 - 1
service/his_service.go View File

@@ -1368,6 +1368,6 @@ func GetAllHisOrder(org_id int64) (his []*models.HisOrder, err error) {
1368 1368
 	return
1369 1369
 }
1370 1370
 func GetAllHisOrderErr(org_id int64) (his []*models.HisOrderError, err error) {
1371
-	err = readDb.Model(&models.HisOrderError{}).Where("user_org_id = ? AND status = 1 AND stage = 21", org_id).Find(&his).Error
1371
+	err = readDb.Model(&models.HisOrderError{}).Where("user_org_id = ? AND status = 1 AND stage = 23", org_id).Find(&his).Error
1372 1372
 	return
1373 1373
 }