Browse Source

修改变量名称

pull/147/head
zhangxin 3 years ago
parent
commit
369f883648
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dao/jit/PackOrderStatusHistory.dao.go

+ 1
- 1
dao/jit/PackOrderStatusHistory.dao.go View File

@ -237,7 +237,7 @@ type PackOrderStatusHistoryDAO interface {
* @Date : 2021-11-01
*
******************************************************************************/
GetMaxPos(shipOrderId string) (int, error)
GetMaxPos(packOrderId string) (int, error)
}
/******************************************************************************


Loading…
Cancel
Save