1
This commit is contained in:
parent
6b4e8545b3
commit
3146c5f900
@ -278,7 +278,7 @@ func (r *OrderService) ReportPreProduct(orderProductId, adminUserId int64) (bool
|
|||||||
_, err = ReportPreRequest.ReportPre()
|
_, err = ReportPreRequest.ReportPre()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
tx.Rollback()
|
tx.Rollback()
|
||||||
return false, errors.New("上报处方失败1")
|
return false, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// 修改商品表
|
// 修改商品表
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user