xiaoyong931011
2021-08-18 94e92856f90d2a1c11948db4af794d7ec72ce74a
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>