实训体验
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user