|
@@ -55,8 +55,8 @@ func (this *UserAdminShareHistoryController) OrderList() {
|
|
|
startSize = utils.StartIndex(currentIndex, pageSize)
|
|
|
var condition string
|
|
|
var pars []interface{}
|
|
|
-
|
|
|
- if startDate != "" && endDate != "" { //时间范围
|
|
|
+ condition += ` AND company_id != 16 ` // 过滤弘则
|
|
|
+ if startDate != "" && endDate != "" { //时间范围
|
|
|
startDate += " 00:00:00"
|
|
|
endDate += " 23:59:59"
|
|
|
condition += ` AND create_time BETWEEN ? AND ? `
|