src/main/resources/mapper/LocDetlMapper.xml
@@ -108,6 +108,9 @@ <if test="manu!=null and manu!='' "> and a.manu like '%' + #{manu} + '%' </if> <if test="batch!=null and batch!='' "> and a.batch like '%' + #{batch} + '%' </if> <if test="startTime!=null and endTime!=null"> and a.modi_time between #{startTime} and #{endTime} </if>