瀏覽代碼

Merge remote-tracking branch 'origin/developerC' into developerB

zhijiezhao 3 年之前
父節點
當前提交
d2d39d9f26
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/main/resources/mapper/ClubMapper.xml
  2. 2 2
      src/main/resources/mapper/SellerMapper.xml

+ 1 - 1
src/main/resources/mapper/ClubMapper.xml

@@ -80,7 +80,7 @@
                contractPhone, linkMan, provinceID as proviceId, cityID as cityId, townID as townId,
                contractPhone, linkMan, provinceID as proviceId, cityID as cityId, townID as townId,
                address, headpic as shopPhoto, businessLicenseImage as businessLicense, socialCreditCode,
                address, headpic as shopPhoto, businessLicenseImage as businessLicense, socialCreditCode,
                firstClubType, secondClubType, department, medicalPracticeLicenseImg as medicalPracticeLicense,
                firstClubType, secondClubType, department, medicalPracticeLicenseImg as medicalPracticeLicense,
-               mainpro as mainProduct, fax, info as profile, spID as serviceProviderId, addTime, status
+               mainpro as mainProduct, fax, info as profile, spID as serviceProviderId, addTime, status, lastCheckOrderDate
         from club
         from club
         where clubID = #{clubId}
         where clubID = #{clubId}
     </select>
     </select>

+ 2 - 2
src/main/resources/mapper/SellerMapper.xml

@@ -106,7 +106,7 @@
         c.contractPhone, c.linkMan, c.provinceID as proviceId, c.cityID as cityId, c.townID as townId,
         c.contractPhone, c.linkMan, c.provinceID as proviceId, c.cityID as cityId, c.townID as townId,
         c.address, c.headpic as shopPhoto, c.businessLicenseImage as businessLicense, c.socialCreditCode,
         c.address, c.headpic as shopPhoto, c.businessLicenseImage as businessLicense, c.socialCreditCode,
         c.firstClubType, c.secondClubType, c.department, c.medicalPracticeLicenseImg as medicalPracticeLicense,
         c.firstClubType, c.secondClubType, c.department, c.medicalPracticeLicenseImg as medicalPracticeLicense,
-        c.mainpro as mainProduct, c.fax, c.info as profile, c.spID as serviceProviderId, c.addTime, c.status,
+        c.mainpro as mainProduct, c.fax, c.info as profile, c.spID as serviceProviderId, c.addTime, c.status, c.lastCheckOrderDate
         u.userIdentity
         u.userIdentity
         from club c
         from club c
         left join user u on c.userID = u.userID
         left join user u on c.userID = u.userID
@@ -130,7 +130,7 @@
         c.contractPhone, c.linkMan, c.provinceID as proviceId, c.cityID as cityId, c.townID as townId,
         c.contractPhone, c.linkMan, c.provinceID as proviceId, c.cityID as cityId, c.townID as townId,
         c.address, c.headpic as shopPhoto, c.businessLicenseImage as businessLicense, c.socialCreditCode,
         c.address, c.headpic as shopPhoto, c.businessLicenseImage as businessLicense, c.socialCreditCode,
         c.firstClubType, c.secondClubType, c.department, c.medicalPracticeLicenseImg as medicalPracticeLicense,
         c.firstClubType, c.secondClubType, c.department, c.medicalPracticeLicenseImg as medicalPracticeLicense,
-        c.mainpro as mainProduct, c.fax, c.info as profile, c.spID as serviceProviderId, c.addTime, c.status,
+        c.mainpro as mainProduct, c.fax, c.info as profile, c.spID as serviceProviderId, c.addTime, c.status, c.lastCheckOrderDate
         u.userIdentity
         u.userIdentity
         FROM club c
         FROM club c
         LEFT JOIN user u ON c.userID=u.userID
         LEFT JOIN user u ON c.userID=u.userID