|
@@ -19,5 +19,9 @@ func GetConcurrentData(appid string, productId int, c *gin.Context) {
|
|
|
utils.Check(appid, productId, c, func() ([]map[string]interface{}, int, error) {
|
|
|
return ProjectListData(productId, appid, "", "中铁十五局集团有限公司", "", true)
|
|
|
}, "", "", true)
|
|
|
+ } else {
|
|
|
+ utils.Check(appid, productId, c, func() ([]map[string]interface{}, int, error) {
|
|
|
+ return []map[string]interface{}{}, 200, nil
|
|
|
+ }, "", "", true)
|
|
|
}
|
|
|
}
|