1
zj
2026-01-15 2818327f844e65e1efc398271b7e4ebf9e8d8364
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 != '' ">