代码提交
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
<select id="listFdyCanDorm" parameterType="String" resultType="DmsDormitoryClass">
|
||||
select a.*
|
||||
from dms_dormitory_class as a
|
||||
where a.t_no = 20210110 and is_lock = 1
|
||||
where a.t_no = #{fdyNo} and is_lock = 1
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user