|
@@ -57,7 +57,35 @@
|
|
|
<result column="service_type" property="serviceType" jdbcType="INTEGER" />
|
|
|
<result column="contractFileName" property="contractFileName" jdbcType="VARCHAR" />
|
|
|
<result column="contractSuc" property="contractSuc" jdbcType="INTEGER" />
|
|
|
- <result column="base64Str" property="base64Str" jdbcType="VARCHAR" />
|
|
|
+ <result column="contrantNum" property="contrantNum" jdbcType="VARCHAR" />
|
|
|
+ <result column="lowerFileName" property="lowerFileName" jdbcType="VARCHAR" />
|
|
|
+ <result column="lowerBase64Str" property="lowerBase64Str" jdbcType="VARCHAR" />
|
|
|
+
|
|
|
+ </resultMap>
|
|
|
+ <resultMap id="BaseResultMapNoLocalBase64Str" type="com.jkcredit.invoice.model.entity.customer.CustomerRec" >
|
|
|
+ <id column="id" property="id" jdbcType="INTEGER" />
|
|
|
+ <result column="customerName" property="customerName" jdbcType="VARCHAR" />
|
|
|
+ <result column="company_leader" property="companyLeader" jdbcType="VARCHAR" />
|
|
|
+ <result column="company_leader_Phone" property="companyLeaderPhone" jdbcType="VARCHAR" />
|
|
|
+ <result column="company_name" property="companyName" jdbcType="VARCHAR" />
|
|
|
+ <result column="company_referenceNum" property="companyReferencenum" jdbcType="VARCHAR" />
|
|
|
+ <result column="company_openbank" property="companyOpenbank" jdbcType="VARCHAR" />
|
|
|
+ <result column="company_openbank_acc" property="companyOpenbankAcc" jdbcType="VARCHAR" />
|
|
|
+ <result column="company_adress" property="companyAdress" jdbcType="VARCHAR" />
|
|
|
+ <result column="company_phone" property="companyPhone" jdbcType="VARCHAR" />
|
|
|
+ <result column="createTime" property="createtime" jdbcType="VARCHAR" />
|
|
|
+ <result column="company_belong_name" property="companyBelongName" jdbcType="VARCHAR" />
|
|
|
+ <result column="rec_status" property="recStatus" jdbcType="INTEGER" />
|
|
|
+ <result column="inter_type" property="interType" jdbcType="INTEGER" />
|
|
|
+ <result column="bussiness_type" property="bussinessType" jdbcType="INTEGER" />
|
|
|
+ <result column="company_type" property="companyType" jdbcType="INTEGER" />
|
|
|
+ <result column="operating_rangeType" property="operatingRangeType" jdbcType="INTEGER" />
|
|
|
+ <result column="company_num" property="companyNum" jdbcType="VARCHAR" />
|
|
|
+ <result column="service_startTime" property="serviceStartTime" jdbcType="VARCHAR" />
|
|
|
+ <result column="service_endTime" property="serviceEndTime" jdbcType="VARCHAR" />
|
|
|
+ <result column="service_type" property="serviceType" jdbcType="INTEGER" />
|
|
|
+ <result column="contractFileName" property="contractFileName" jdbcType="VARCHAR" />
|
|
|
+ <result column="contractSuc" property="contractSuc" jdbcType="INTEGER" />
|
|
|
<result column="contrantNum" property="contrantNum" jdbcType="VARCHAR" />
|
|
|
<result column="lowerFileName" property="lowerFileName" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
@@ -154,10 +182,21 @@
|
|
|
</select>
|
|
|
<select id="selectByPrimaryKeyHasBase64" resultMap="BaseResultMapNoBase64Str" parameterType="java.lang.Integer" >
|
|
|
select
|
|
|
- <include refid="Base_Column_List" />,base64Str
|
|
|
+ <include refid="Base_Column_List" />,lowerBase64Str
|
|
|
from t_customer_rec
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</select>
|
|
|
+
|
|
|
+
|
|
|
+ <select id="selectByPrimaryKeyHasNoLocalBase64" resultMap="BaseResultMapNoLocalBase64Str" parameterType="java.lang.Integer" >
|
|
|
+ select
|
|
|
+ <include refid="Base_Column_List" />
|
|
|
+ from t_customer_rec
|
|
|
+ where id = #{id,jdbcType=INTEGER}
|
|
|
+ </select>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<select id="selectByCustomerName" resultMap="BaseResultMap" parameterType="java.lang.String" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|