Quellcode durchsuchen

药品字典优化

hsh vor 1 Jahr
Ursprung
Commit
66d85b514f

+ 3 - 1
src/main/java/cn/hnthyy/thmz/entity/his/yp/YpZdDict.java

@@ -141,7 +141,9 @@ public class YpZdDict {
     private String xnhFlag;
     //进价
     private BigDecimal buyPrice;
-    @NotColumn
+    /**
+     * 医保自费标志: 1 是医保自费
+     */
     private String selfFlagYb;
     //常用剂量
     private Double orderDosage;

+ 1 - 1
src/main/java/cn/hnthyy/thmz/mapper/his/yp/YpZdDictMapper.java

@@ -231,7 +231,7 @@ public interface YpZdDictMapper {
                     " separate_flag =b.separate_flag , suprice_flag =b.suprice_flag , drug_flag =b.drug_flag , infusion_flag =b.infusion_flag ," +
                     "  country_flag =b.country_flag , manu_code =b.manu_code , drug_kind =b.drug_kind , gmp_flag =b.gmp_flag , cold_flag =b.cold_flag ," +
                     "  chem_remark =b.chem_remark , bill_item_mz =b.bill_item_mz , bill_item_zy =b.bill_item_zy , percent_group_mz =b.percent_group_mz ," +
-                    "  percent_group_zy =b.percent_group_zy , del_flag =b.del_flag , yb_flag =b.yb_flag , n_code =b.n_code , zb_flag =b.zb_flag ," +
+                    "  percent_group_zy =b.percent_group_zy , del_flag =b.del_flag , yb_flag =b.yb_flag , self_flag_yb =b.self_flag_yb , n_code =b.n_code , zb_flag =b.zb_flag ," +
                     "  zb_supplyer =b.zb_supplyer , ps_flag =b.ps_flag , ex_code =b.ex_code , supply_type =b.supply_type , frequency =rtrim(b.frequency) ," +
                     "  kss_flag =b.kss_flag , yp_level =b.yp_level , drug_id =b.drug_id , yb_code =b.yb_code, yb_comment =b.yb_comment , xnh_flag =b.xnh_flag , jb_flag =b.jb_flag ," +
                     "  audit_code =b.audit_code , comment =b.comment , categories_flag =b.categories_flag , ym_flag =b.ym_flag , dpym_flag =b.dpym_flag ," +

+ 2 - 2
src/main/resources/templates/yk/drug_info.html

@@ -358,8 +358,8 @@
                         <label class="form-check-label" for="isCentralPurchase">统一采购</label>
                     </div>
                     <div class="col-md-1 col-sm-1 col-xs-12">
-                        <input class="form-check-input" type="checkbox" id="ybFlag" name="ybFlag" value="1">
-                        <label class="form-check-label" for="ybFlag">医保自费</label>
+                        <input class="form-check-input" type="checkbox" id="selfFlagYb" name="selfFlagYb" value="1">
+                        <label class="form-check-label" for="selfFlagYb">医保自费</label>
                     </div>
                     <div class="col-md-1 col-sm-1 col-xs-12">
                         <input class="form-check-input" type="checkbox" id="fzFlag" name="fzFlag" value="1">