fix
Helius
2021-07-23 cf2deb37da116d7e2877f741971db4fa207e8617
gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml
@@ -101,6 +101,6 @@
    </select>
    <select id="selectJhyInfoByUserId" resultType="com.xzx.gc.entity.JhyInfo">
        select * from xzx_jhy_order where id = #{jhyId}
        select * from xzx_jhy_info where id = #{jhyId}
    </select>
</mapper>