You've already forked FrameTour-BE
修改
This commit is contained in:
@@ -49,4 +49,9 @@
|
||||
from scenic_account
|
||||
where account = #{account}
|
||||
</select>
|
||||
<select id="findAccountById" resultType="com.ycwl.basic.model.pc.scenic.entity.ScenicAccountEntity">
|
||||
select *
|
||||
from scenic_account
|
||||
where id = #{id}
|
||||
</select>
|
||||
</mapper>
|
Reference in New Issue
Block a user