This commit is contained in:
邹宗楠
2025-08-11 09:55:15 +08:00
parent eb385cfb90
commit 5c14110da0
4 changed files with 26 additions and 7 deletions

View File

@@ -172,7 +172,6 @@ type LakalaWithdrawal struct {
func (o *LakalaWithdrawal) TableUnique() [][]string {
return [][]string{
[]string{"MercId"},
[]string{"DrawJnl"},
}
}