wzy
2021-11-30 0e5aaeba97021c289485a652ec6af0bb37f92af7
gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml
@@ -12,6 +12,8 @@
        a.reserve_time reserveTime,
        a.status status,
        a.remark remark,
        a.unit_name unitName,
        a.house_number houseNumber,
        a.username name,
        b.mobile_phone mobilePhone,
        d.mobile jhyMobilePhone,
@@ -73,6 +75,8 @@
        b.mobile_phone mobilePhone,
        a.area area,
        a.address address,
        a.unit_name unitName,
        a.house_number houseNumber,
        date_format(a.reserve_date,'%Y-%m-%d') reserveDate,
        a.reserve_time reserveTime,
        a.status status,
@@ -120,4 +124,8 @@
    <select id="selectJhyInfoByUserId" resultType="com.xzx.gc.entity.JhyInfo">
        select * from xzx_jhy_info where id = #{jhyId}
    </select>
    <select id="selectAddRessInfoByUserId" resultType="com.xzx.gc.entity.AddressInfo">
        select * from xzx_user_address_info where user_id = #{userId}
    </select>
</mapper>