修改周报查询接口

master
xiao.ming 2021-11-12 16:40:38 +08:00
parent d87579b14c
commit 02057248ee
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func (wtReportsService *WtReportsService) GetWtReportsInfoList(info wtReq.WtRepo
// 条件高级查询
if info.UserId > 0 {
querySql += " and id = " + strconv.Itoa(int(info.UserId))
querySql += " and user_id = " + strconv.Itoa(int(info.UserId))
}
if len(info.Content) != 0 {