zjh
2023-12-12 de663ff4cbe003c312dccfc7881ce30b24bbd43b
ltkj-hosp/src/main/resources/mapper/TjPackageMapper.xml
@@ -25,6 +25,7 @@
        <result property="counterPrice" column="counter_price"/>
        <result property="saleNum" column="sale_num"/>
        <result property="categoryId" column="category_id"/>
        <result property="hisPacBm" column="his_pac_bm"/>
    </resultMap>
    <sql id="selectTjPackageVo">
@@ -47,7 +48,8 @@
               retail_price,
               counter_price,
               sale_num,
               category_id
               category_id,
               his_pac_bm
        from tj_package
    </sql>