java110 лет назад: 5
Родитель
Сommit
c17c468756

+ 0 - 2
java110-db/src/main/resources/mapper/report/ReportOweFeeServiceDaoImplMapper.xml

@@ -137,9 +137,7 @@
             </if>
         </set>
         where 1=1
-        <if test="oweId !=null and oweId != ''">
             and t.owe_id= #{oweId}
-        </if>
 
     </update>