增加接口

This commit is contained in:
shuo.wang
2025-04-11 18:57:10 +08:00
parent cc996d8db6
commit 841dcb1d0d
4 changed files with 13 additions and 0 deletions

View File

@@ -17,4 +17,7 @@
and ( warehouse_name like concat('%',#{keyword},'%'))
</if>
</select>
<select id="getByCode" resultType="com.cool.store.entity.WarehouseInfoDO">
select * from xfsg_warehouse_info where warehouse_code = #{code}
</select>
</mapper>