@ -93,7 +93,7 @@
lbc.detailedly detailedly
from logpm_basicdata_client lbc
left join logpm_basicdata_store_contact lbsc on lbsc.shop_id = lbc.id
where id = #{clientId}
where lbc.id = #{clientId}
</select>
</mapper>