src/main/resources/mapper/LocDetlMapper.xml
@@ -98,7 +98,7 @@ and a.anfme like '%' + #{anfme} + '%' </if> <if test="batch!=null and batch!='' "> and a.batch like #{batch} and a.batch like '%' + #{batch} + '%' </if> <if test="startTime!=null and endTime!=null"> and a.modi_time between #{startTime} and #{endTime} @@ -322,5 +322,7 @@ where loc_no=#{locNo} </select> <select id="selectByMatnr" resultType="com.zy.asrs.entity.LocDetl"> select * from asr_loc_detl where matnr=#{matnr} </select> </mapper>