ws
zyy
2025-07-25 fe3daa02bf1ca618d2eb941d82d96e09fa933409
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 != '' ">