1
This commit is contained in:
@@ -559,7 +559,7 @@ func SeparateResultQuery(merchantNo, separateNo string) (*lakala.SeparateResultQ
|
||||
recordsObj.DetailData = string(detail)
|
||||
}
|
||||
|
||||
if _, err = dao.UpdateEntity(db, recordsObj); err != nil {
|
||||
if _, err = dao.UpdateEntity(db, recordsObj, "DetailData", "Status", "TotalFeeAmt", "UpdatedAt", "TotalAmt", "ActualSeparateAmt"); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user