zyy
2025-12-09 6eef7f43f9ad3d82727fba36f543f268cfb646d2
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>