修正修改医生 银行卡问题

This commit is contained in:
2023-07-20 13:50:55 +08:00
parent de9dde6404
commit 6751b1d312
5 changed files with 205 additions and 11 deletions
+1
View File
@@ -225,6 +225,7 @@ func (r *Post) GetPostList(c *gin.Context) {
adminPostDao := dao.AdminPostDao{}
maps := make(map[string]interface{})
maps["post_status"] = 1
if roleRequest.GetPostList.PostName != "" {
maps["post_name"] = roleRequest.GetPostList.PostName
}