zhaoyun 5 months ago
parent
commit
b21fc3e02d

+ 0 - 1
ruoyi-powerdistribution/src/main/resources/mapper/powerdistribution/PdmLineMapper.xml

@@ -205,7 +205,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                 and (SELECT count(1) from pdm_stop_records r where r.line_id=t1.rec_id )>=3
             </if>
         </where>
-
     </select>
     <update id="calculateBounsProc" statementType="CALLABLE" parameterType="java.util.Map">
         {call calculateBounsProc(#{calcuDate, mode=IN})}