解决mysql下报错的问题.

This commit is contained in:
aoshiguchen
2023-03-21 18:37:52 +08:00
parent 7fea324219
commit a2293e35a4
@@ -3,7 +3,7 @@
<mapper namespace="fun.asgc.neutrino.proxy.server.dal.PortMappingMapper">
<select id="selectPortMappingByCondition" resultType="fun.asgc.neutrino.proxy.server.dal.entity.PortMappingDO">
SELECT pm.* from port_mapping pm left join license on pm.license_id = license.'id'
SELECT pm.* from port_mapping pm left join license on pm.license_id = license.`id`
<where>
<if test="req.userId != null">
AND license.user_id = #{req.userId}