修改患者病情记录

This commit is contained in:
2023-12-15 17:29:14 +08:00
parent a0a54667b0
commit 734a15f23f
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class GrantUserCouponCommand extends HyperfCommand
// 获取需要发放的优惠卷数据
$params = array();
$params['coupon_id'] = 2;
$params['coupon_id'] = 3;
$coupon = Coupon::getOne($params);
if (empty($coupon)){
$this->line("结束:无可执行优惠卷");