| @@ -1,6 +1,5 @@ | |||||
| package com.iformall.schedule; | package com.iformall.schedule; | ||||
| import com.alibaba.fastjson.JSON; | |||||
| import com.alibaba.fastjson.JSONObject; | import com.alibaba.fastjson.JSONObject; | ||||
| import com.iformall.domain.po.WxWiWideInfo; | import com.iformall.domain.po.WxWiWideInfo; | ||||
| import com.iformall.exception.MallinkException; | import com.iformall.exception.MallinkException; | ||||
| @@ -13,7 +13,7 @@ | |||||
| <result column="car_params" jdbcType="VARCHAR" property="carParams" /> | <result column="car_params" jdbcType="VARCHAR" property="carParams" /> | ||||
| <result column="status" jdbcType="INTEGER" property="status" /> | <result column="status" jdbcType="INTEGER" property="status" /> | ||||
| <result column="link_person" jdbcType="VARCHAR" property="linkPerson" /> | <result column="link_person" jdbcType="VARCHAR" property="linkPerson" /> | ||||
| <result column="business_id" jdbcType="VARCHAR" property="businessId" /> | |||||
| <result column="business_id" jdbcType="INTEGER" property="businessId" /> | |||||
| <result column="shop_type" jdbcType="INTEGER" property="shopType" /> | <result column="shop_type" jdbcType="INTEGER" property="shopType" /> | ||||
| <result column="brand" jdbcType="VARCHAR" property="brand" /> | <result column="brand" jdbcType="VARCHAR" property="brand" /> | ||||
| <result column="corp_papers_type" jdbcType="INTEGER" property="corpPapersType" /> | <result column="corp_papers_type" jdbcType="INTEGER" property="corpPapersType" /> | ||||
| @@ -18,7 +18,7 @@ | |||||
| <result column="is_del" jdbcType="INTEGER" property="isDel"/> | <result column="is_del" jdbcType="INTEGER" property="isDel"/> | ||||
| <result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/> | <result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/> | ||||
| <result column="brand" jdbcType="VARCHAR" property="brand"/> | <result column="brand" jdbcType="VARCHAR" property="brand"/> | ||||
| <result column="business_id" jdbcType="BIGINT" property="businessId"/> | |||||
| <result column="business_id" jdbcType="INTEGER" property="businessId"/> | |||||
| <result column="shop_type" jdbcType="INTEGER" property="shopType"/> | <result column="shop_type" jdbcType="INTEGER" property="shopType"/> | ||||
| <result column="shop_id" jdbcType="BIGINT" property="shopId"/> | <result column="shop_id" jdbcType="BIGINT" property="shopId"/> | ||||
| <result column="updatetime" jdbcType="TIMESTAMP" property="updatetime"/> | <result column="updatetime" jdbcType="TIMESTAMP" property="updatetime"/> | ||||
| @@ -18,7 +18,7 @@ | |||||
| <result column="is_del" jdbcType="INTEGER" property="isDel"/> | <result column="is_del" jdbcType="INTEGER" property="isDel"/> | ||||
| <result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/> | <result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/> | ||||
| <result column="brand" jdbcType="VARCHAR" property="brand"/> | <result column="brand" jdbcType="VARCHAR" property="brand"/> | ||||
| <result column="business_id" jdbcType="BIGINT" property="businessId"/> | |||||
| <result column="business_id" jdbcType="INTEGER" property="businessId"/> | |||||
| <result column="shop_type" jdbcType="INTEGER" property="shopType"/> | <result column="shop_type" jdbcType="INTEGER" property="shopType"/> | ||||
| <result column="shop_id" jdbcType="BIGINT" property="shopId"/> | <result column="shop_id" jdbcType="BIGINT" property="shopId"/> | ||||
| <result column="updatetime" jdbcType="TIMESTAMP" property="updatetime"/> | <result column="updatetime" jdbcType="TIMESTAMP" property="updatetime"/> | ||||