|
@@ -893,6 +893,7 @@ func SqlComprehensiveSearch(keyWord string, startSize, pageSize int) (result []*
|
|
|
}
|
|
|
} else if totalTitle <= searchTotal-pageSize {
|
|
|
//全部都是内容搜索
|
|
|
+ startSize = startSize - totalTitle
|
|
|
list, e = models.GetResourceDataListCondition(conditionContent, parsContent, startSize, pageSize)
|
|
|
if e != nil && e.Error() != utils.ErrNoRow() {
|
|
|
err = errors.New("GetResourceDataListCondition, Err: " + e.Error())
|