zyy
2025-12-09 0f97f4a40b557b8083575f7138cb48c3c2ce9a0d
trading-order-service/src/main/resources/mapper/ats/StockAtsMapper.xml
@@ -15,6 +15,9 @@
            OR u.user_code LIKE CONCAT('%', #{keyWords}, '%')
            )
        </if>
        <if test="state != null and state != '' ">
            AND a.state =#{state}
        </if>
        ORDER BY  a.add_time DESC
    </select>