实训体验

This commit is contained in:
guohb
2024-03-26 16:40:27 +08:00
parent e98fcf626d
commit 4416f8aef5
18 changed files with 448 additions and 8 deletions

View File

@@ -34,5 +34,8 @@
<select id="getByPartnerId" resultMap="BaseResultMap">
select * from xfsg_line_info where partner_id = #{partnerId} and deleted = 0
</select>
<select id="getByLineId" resultType="com.cool.store.entity.LineInfoDO">
select * from xfsg_line_info where id = #{lineId} and deleted = 0
</select>
</mapper>