Merge branch 'dev'

This commit is contained in:
wucongxing8150 2024-08-06 09:54:22 +08:00
commit f4f691d37a

View File

@ -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
} }
// 修改商品表 // 修改商品表