1
zj
2025-07-30 2e40f659879bdd04f76cced8d2518e85ee530832
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 != '' ">