ipo
zyy
2026-01-05 a516c9461d67482d669c1e64a001c06d7e28f218
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>