|
@@ -65,7 +65,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
|
|
|
<select id="selectChildTbLocationById" parameterType="Long" resultType="String">
|
|
|
- SELECT number FROM `tb_location` where id = #{id} or sequence like concat('%', #{id}, '%');
|
|
|
+ SELECT number FROM `tb_location` where id = #{id} or sequence like concat(#{id}, '%');
|
|
|
</select>
|
|
|
|
|
|
<select id="selectChildTbLocationByIds" parameterType="Long" resultType="String">
|