Quellcode durchsuchen

修复清洁打包报错

seyason vor 1 Woche
Ursprung
Commit
d63b369a5c

+ 0 - 2
fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ErpOrderInfoMapper.xml

@@ -72,9 +72,7 @@
     <select id="getActiveErpInfoListForClean" resultType="com.management.platform.entity.ErpOrderInfo">
         select *
         from erp_order_info where project_id = #{projectId} and (status = 3
-        <if test="date != null">
             or (status = 4 and (date_format(close_date,'%Y-%m') = #{curMonth} or date_format(close_date,'%Y-%m') = #{preMonth}))
-        </if>
         )
     </select>