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