对账单测试代码提交

This commit is contained in:
songchuang 2023-04-19 10:07:09 +08:00
parent 8de3b3e4b1
commit 5fa432c329

View File

@ -149,6 +149,8 @@ func (a *Statement) UploadExcelTwoTx(req *statement.UploadExcelTwoTxRequest) (re
if err != nil {
return rep, err
}
fmt.Println("count", count)
fmt.Println("err", err)
if count != 1 {
continue
}