zjh
12 小时以前 15b3f13f55f4f4f0abb1960b72637bb17b4d35b2
ltkj-hosp/src/main/resources/mapper/DictCompMapper.xml
@@ -83,7 +83,14 @@
               valid_time,
               wbm,
               deleted,
               count_num
               count_num,
                dwlx,
                ssdq,
                lsgx,
                jjlx,
                qygm,
                hyfl,
                fxpg
        from dict_comp
    </sql>
@@ -227,6 +234,7 @@
            <if test="validTime != null">valid_time = #{validTime},</if>
            <if test="wbm != null">wbm = #{wbm},</if>
            <if test="deleted != null">deleted = #{deleted},</if>
            <if test="dwlx != null">dwlx = #{dwlx},</if>
        </trim>
        where drug_manufacturer_id = #{drugManufacturerId}
    </update>
@@ -243,4 +251,4 @@
            #{drugManufacturerId}
        </foreach>
    </delete>
</mapper>
</mapper>