whyclxw
7 天以前 2d5a5d23496a2fee902cedbcc9537e57a1ce4ffa
未放电统计不要统计方式(放电停止原因)
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/BatttestdataInfMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/BatttestdataInfMapper.xml
@@ -52,12 +52,12 @@
            <if test="testEndTime!=null">
                and tb_batttestdata_inf.test_starttime&lt;=#{stic.testEndTime}
            </if>
            <if test="typeList!=null">
            <!--<if test="typeList!=null">
                and test_stoptype in
                <foreach item="item" index="index" collection="typeList" open="(" separator="," close=")">
                    #{item}
                </foreach>
            </if>
            </if>-->
        </where>
        order by test_starttime desc
    </select>