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