|
@@ -41,8 +41,8 @@
|
|
|
values (#{fileType},#{secondId},#{productId})
|
|
|
</insert>
|
|
|
<insert id="insertShop" keyColumn="shopID" keyProperty="shopId" parameterType="com.caimei365.commodity.model.vo.ShopVo" useGeneratedKeys="true">
|
|
|
- insert into shop (name,linkMan,contractMobile,cardNumber,addTime,status,shopType)
|
|
|
- values (#{name},#{linkMan},#{contractMobile},#{cardNumber},now(),90,3)
|
|
|
+ insert into shop (name,linkMan,contractMobile,cardNumber,accountType,banOfDeposit,accountName,addTime,status,shopType)
|
|
|
+ values (#{name},#{linkMan},#{contractMobile},#{cardNumber},#{accountType},#{banOfDeposit},#{accountName},now(),90,3)
|
|
|
</insert>
|
|
|
<update id="updateSecondHandViews">
|
|
|
UPDATE cm_second_hand_detail SET viewingNum = #{viewingNum}
|