上报药品订单时,增加了药品实际金额

This commit is contained in:
2024-12-06 08:47:38 +08:00
parent 8afd0d91ed
commit 8443af52ee
3 changed files with 102 additions and 13 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class UserCoupon extends Model
protected string $primaryKey = "user_coupon_id";
/**
* 关联医院
* 关联优惠券
*/
public function Coupon(): HasOne
{