|
@@ -3530,7 +3530,7 @@ func (this *ActivityCoAntroller) SpecialList() {
|
|
conditionOr += ` OR (1=1 AND art.customer_type_ids LIKE '%5%' ` + condition + `) `
|
|
conditionOr += ` OR (1=1 AND art.customer_type_ids LIKE '%5%' ` + condition + `) `
|
|
}
|
|
}
|
|
if userType == 1 {
|
|
if userType == 1 {
|
|
- conditionOr += ` OR (` + condition + permissionSqlStr + `) `
|
|
|
|
|
|
+ conditionOr += ` OR ( 1=1` + condition + permissionSqlStr + `) `
|
|
}
|
|
}
|
|
if companyProduct != nil {
|
|
if companyProduct != nil {
|
|
if companyProduct.Scale != "" {
|
|
if companyProduct.Scale != "" {
|