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="crnNo!=null and crnNo!='' "> and b.crn_no=#{crnNo} </if> </sql> <select id="getStockOutPage" resultMap="BaseResultMap">