Helius
2021-08-09 00a8e2f76d02cfc17ca9ff156aa97f85bae5897d
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>