src/main/resources/mapper/StockMapper.xml @@ -282,7 +282,7 @@ and stock_type = #{stockType} </if> <if test="stockGid != null and stockGid != '' "> and stock_gid = #{stockGid} and stock_type = #{stockGid} </if> </where> </select>