|
@@ -6,13 +6,14 @@
|
|
|
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
|
|
|
+ payAmount, payFormData, payType, payDate, submitDate, reviewedDate, onLineDate, source, publisher, authenticationImage,
|
|
|
+ fileName, ossName, commitmentImage
|
|
|
) 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}
|
|
|
+ #{onLineDate}, #{source}, #{publisher}, #{authenticationImage}, #{fileName}, #{ossName}, #{commitmentImage}
|
|
|
)
|
|
|
</insert>
|
|
|
<insert id="insertProductImage" parameterType="com.caimei365.commodity.model.po.ProductImagePo">
|