This commit is contained in:
2024-12-20 17:34:25 +08:00
parent bf5fdeb95c
commit 43ae10916c
29 changed files with 325 additions and 58 deletions

View File

@@ -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>