fix problem
This commit is contained in:
parent
ed5afdb0e1
commit
9d02c456ba
@ -65,9 +65,6 @@ namespace FrontendWebApi.ApiControllers
|
||||
|
||||
if (post.Role_full_name != null)
|
||||
sqlString += $@" and B.full_name like '%{post.Role_full_name}%'";
|
||||
|
||||
if (post.Status != null)
|
||||
sqlString += $@" and A.status = '{post.Status}'";
|
||||
}
|
||||
|
||||
sqlString += " ORDER BY A.created_at DESC";
|
||||
|
Loading…
Reference in New Issue
Block a user