|
@@ -110,7 +110,7 @@ func (srv BusinessBonusService) UpdateBusinessBonus(cmd command.UpdateBusinessBo |
|
@@ -110,7 +110,7 @@ func (srv BusinessBonusService) UpdateBusinessBonus(cmd command.UpdateBusinessBo |
110
|
}
|
110
|
}
|
111
|
err = bonusRespository.Edit(bonusData)
|
111
|
err = bonusRespository.Edit(bonusData)
|
112
|
if err != nil {
|
112
|
if err != nil {
|
113
|
- e := fmt.Sprintf("更新业务分行(id=%d)数据失败:%s", bonusData.Id, err)
|
113
|
+ e := fmt.Sprintf("更新业务分红(id=%d)数据失败:%s", bonusData.Id, err)
|
114
|
return lib.ThrowError(lib.INTERNAL_SERVER_ERROR, e)
|
114
|
return lib.ThrowError(lib.INTERNAL_SERVER_ERROR, e)
|
115
|
}
|
115
|
}
|
116
|
err = transactionContext.CommitTransaction()
|
116
|
err = transactionContext.CommitTransaction()
|