zhaoyun 5 ماه پیش
والد
کامیت
b21fc3e02d
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      ruoyi-powerdistribution/src/main/resources/mapper/powerdistribution/PdmLineMapper.xml

+ 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})}