瀏覽代碼

Merge branch 'dev-1.1.4' of https://172.16.32.165/hurugang/thmz_system into dev-1.1.4

hurugang 2 年之前
父節點
當前提交
886e8d5eb1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/cn/hnthyy/thmz/mapper/his/yf/YfDrugApplyMapper.java

+ 1 - 0
src/main/java/cn/hnthyy/thmz/mapper/his/yf/YfDrugApplyMapper.java

@@ -92,6 +92,7 @@ public interface YfDrugApplyMapper {
             "         a.name like '${searchText}%') and" +
             "        isnull(a.visible_flag,'0') <![CDATA[<>]]> '1' and" +
             "        isnull(a.del_flag,'0') <![CDATA[<>]]> '1'" +
+            "       and (isnull(b.visible_flag_mz,'0') <![CDATA[<>]]> '1' and isnull(b.visible_flag_zy,'0') <![CDATA[<>]]> '1')" +
             " group by  b.charge_code," +
             "          a.name," +
             "          b.serial," +