src/main/resources/mapper/LocDetlMapper.xml
@@ -97,6 +97,9 @@ <if test="anfme!=null and anfme!='' "> and a.anfme like '%' + #{anfme} + '%' </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> @@ -319,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>