|
@@ -7,13 +7,14 @@
|
|
|
originalPrice, contactName, contactMobile, dockingPeopleName, dockingPeopleMobile, secondProductType,
|
|
|
townId, brandName, provinceCityDistrict, address, productQuality, productDetails, viewingNum, payStatus,
|
|
|
payAmount, payFormData, payType, payDate, submitDate, reviewedDate, onLineDate, source, publisher, authenticationImage,
|
|
|
- fileName, ossName, commitmentImage
|
|
|
+ fileName, ossName, commitmentImage,publishIdentity,licenseImage,authenticationBackImage
|
|
|
) values (
|
|
|
#{productId}, #{sold}, #{secondHandType}, #{instrumentType}, #{fixedYears}, #{maturityYears}, #{companyName},
|
|
|
#{detailTalkFlag}, #{originalPrice}, #{contactName}, #{contactMobile}, #{dockingPeopleName}, #{dockingPeopleMobile},
|
|
|
#{secondProductType}, #{townId}, #{brandName}, #{provinceCityDistrict}, #{address}, #{productQuality}, #{productDetails},
|
|
|
#{viewingNum}, #{payStatus}, #{payAmount}, #{payFormData}, #{payType}, #{payDate}, #{submitDate}, #{reviewedDate},
|
|
|
- #{onLineDate}, #{source}, #{publisher}, #{authenticationImage}, #{fileName}, #{ossName}, #{commitmentImage}
|
|
|
+ #{onLineDate}, #{source}, #{publisher}, #{authenticationImage}, #{fileName}, #{ossName}, #{commitmentImage},#{publishIdentity},
|
|
|
+ #{licenseImage},#{authenticationBackImage}
|
|
|
)
|
|
|
</insert>
|
|
|
<insert id="insertProductImage" parameterType="com.caimei365.commodity.model.po.ProductImagePo">
|
|
@@ -111,7 +112,9 @@
|
|
|
cshd.contactMobile,
|
|
|
cshd.contactName,
|
|
|
cshd.fixedYears,
|
|
|
- cshd.maturityYears
|
|
|
+ cshd.maturityYears,
|
|
|
+ cshd.publishIdentity,
|
|
|
+ cshd.companyName
|
|
|
from product p
|
|
|
left join cm_second_hand_detail cshd on p.productID = cshd.productID
|
|
|
left join cm_brand cb on cb.id = p.brandID
|