This commit is contained in:
邹宗楠
2025-08-22 10:09:24 +08:00
parent 5e12103f24
commit 57f057cf42
3 changed files with 5 additions and 4 deletions

View File

@@ -911,7 +911,7 @@ func (c *LaKaLaController) WithdrawalList() {
// @router /QueryApplyContractList [get]
func (c *LaKaLaController) QueryApplyContractList() {
c.callQueryApplyContractList(func(params *tLakalaQueryApplyContractListParams) (retVal interface{}, errCode string, err error) {
retVal, err = lakalaServer.QueryApplyContractList(params.OrderNo, params.StoreId, params.PageSize, params.PageSize)
retVal, err = lakalaServer.QueryApplyContractList(params.OrderNo, params.StoreId, params.PageSize, params.Offset)
return
})
}