修改默认问诊购药 = 1
Some checks are pending
Build Docker / build (push) Waiting to run

This commit is contained in:
haomingming 2025-12-26 09:22:08 +08:00
parent f4f31a37e7
commit 63871e10ee

View File

@ -2986,6 +2986,9 @@ class UserDoctorService extends BaseService
$result = DoctorInquiryConfig::getOne($params);
if (!empty($result)){
$multi_point_enable = 1; // 是否开启问诊购药
}else{
//为空则默认为开启状态,抄方需要
$multi_point_enable = 1; // 是否开启问诊购药
}
}