zhanghua
2023-02-27 b4d2dbd68ed39bcf58c8afe50d7f5c06f14c237c
ycl-platform/src/main/resources/mapper/equipment/HandheldTerminalMapper.xml
@@ -32,7 +32,7 @@
        LEFT JOIN ums_depart p on d.parent_id = p.id
        <where>
            <if test="state!=null">
                ht.state = #{carNum}
                ht.state = #{state}
            </if>
        </where>
        order by ht.id desc