Browse Source

退药单

DESKTOP-0GD05B0\Administrator 2 years ago
parent
commit
7d8809dbf6

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/inpatient/XiangMuLuRuDao.java

@@ -911,7 +911,7 @@ public interface XiangMuLuRuDao extends BaseMapper<ZyDetailCharge> {
 
 
     @Update("update yz_yp_zy_order set page_no_ty = #{pageNo} " +
-            "where page_no_ty = 0 " +
+            "where page_no_ty = -1 " +
             "  and dept_code = #{dept}" +
             "  and group_no = #{groupNo} " +
             "  and page_class = 'HT' " +