|
@@ -74,7 +74,7 @@ func RenewWorkDesktopMenuModeOrCommonly(in *WorkDesktopComprehensiveReq) (r *Wor
|
|
|
case "1":
|
|
|
positionType = `AND available >= 2`
|
|
|
//P364 企业角色
|
|
|
- positionType += fmt.Sprintf(` AND FIND_IN_SET((FIND_IN_SET('0',entrole) OR FIND_IN_SET('%d',entrole)) `, in.EntNicheDis+1)
|
|
|
+ positionType += fmt.Sprintf(` AND (FIND_IN_SET('0',entrole) OR FIND_IN_SET('%d',entrole)) `, in.EntNicheDis+1)
|
|
|
default:
|
|
|
positionType = `AND available <= 2`
|
|
|
}
|