xiaochan 2 lat temu
rodzic
commit
45730a77a3

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/zhuyuanyisheng/CaoYaoYiZhuDao.java

@@ -224,7 +224,7 @@ public interface CaoYaoYiZhuDao {
             "set status_flag = '-1', " +
             "    instruction = N'作废'," +
             "    order_name = N'作废' + order_name " +
-            "where act_order_no = ''")
+            "where act_order_no = #{orderNo}")
     void shanChuYiZhu(@Param("orderNo") BigDecimal orderNo);