cgp 1 день тому
батько
коміт
d7efff5f72

+ 1 - 1
fs-service/src/main/resources/mapper/his/FsPrescribeDataScrmMapper.xml

@@ -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(仅更新非空字段) -->