@@ -387,7 +387,7 @@
<update id="clearPrescribeUrl">
UPDATE fs_prescribe_data_scrm
SET prescribe_img_url = NULL, prescribe_img_store_url = NULL
- WHERE prescribe_id = 1;
+ WHERE prescribe_id = #{prescribeId};
</update>
<!-- 批量更新处方图片URL(仅更新非空字段) -->