1
dd
2025-12-26 3cfb3d987566f4baf5563a52dced85c9bd8a5391
src/main/resources/mapper/StockDzMapper.xml
@@ -32,7 +32,7 @@
    </sql>
    <select id="findStockListByKeyWords" resultMap="BaseResultMap" parameterType="map">
        SELECT
        <include refid="Base_Column_List" />
        *
        from stock_dz
        <where>
            <if test="keyWords != null and keyWords != '' ">