feat: flow design & page query refactor

This commit is contained in:
meilin.huang
2025-05-20 21:04:47 +08:00
parent 44d379a016
commit f676ec9e7b
269 changed files with 5072 additions and 5075 deletions

View File

@@ -38,7 +38,7 @@ func (m *MsgTmpl) GetMsgTmpls(rc *req.Ctx) {
Code: rc.Query("code"),
}
condition.Id = cast.ToUint64(rc.QueryInt("id"))
res, err := m.msgTmplApp.GetPageList(condition, rc.GetPageParam(), new([]entity.MsgTmpl))
res, err := m.msgTmplApp.GetPageList(condition, rc.GetPageParam())
biz.ErrIsNil(err)
rc.ResData = res
}