whyclxw
6 天以前 f09c0c68d2ccaa3f79d80c163f2bb5d807eda85e
src/main/resources/mapper/BatttestdataInfMapper.xml
@@ -44,8 +44,9 @@
    <select id="getNoDischargeData" resultType="com.whyc.pojo.db_batt_testdata.BatttestdataInf">
        select * from db_batt_testdata.tb_batttestdata_inf
        <where>
            battgroup_id=#{battgroupId} and test_type=3
            and (test_starttype!=3 or test_timelong &lt;7200)
            battgroup_id=#{battgroupId}
            and test_type=3
            and  data_available!=1
            <if test="testStartTime!=null">
                and tb_batttestdata_inf.test_starttime>=#{stic.testStartTime}
            </if>