chao 3 vuotta sitten
vanhempi
commit
9cfdc26f99

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

@@ -80,7 +80,7 @@
                contractPhone, linkMan, provinceID as proviceId, cityID as cityId, townID as townId,
                address, headpic as shopPhoto, businessLicenseImage as businessLicense, socialCreditCode,
                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
         where clubID = #{clubId}
     </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.address, c.headpic as shopPhoto, c.businessLicenseImage as businessLicense, c.socialCreditCode,
         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
         from club c
         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.address, c.headpic as shopPhoto, c.businessLicenseImage as businessLicense, c.socialCreditCode,
         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
         FROM club c
         LEFT JOIN user u ON c.userID=u.userID