|
|
@@ -38,6 +38,7 @@
|
|
|
<result column="pu_text5" property="pu_text5" jdbcType="VARCHAR" />
|
|
|
<result column="pu_currency" property="pu_currency" jdbcType="VARCHAR" />
|
|
|
<result column="pu_rate" property="pu_rate" jdbcType="DOUBLE" />
|
|
|
+ <result column="b2bStatus" property="b2bStatus" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
|
<resultMap id="ResultMapWithBLOBs" type="com.usoftchina.saas.purchase.po.Purchase" extends="BaseResultMap" >
|
|
|
<result column="PU_SHIPADDRESSCODE" property="pu_shipaddresscode" jdbcType="LONGVARCHAR" />
|
|
|
@@ -48,7 +49,7 @@
|
|
|
PU_BUYERNAME, PU_DELIVERY, PU_TAXTOTAL, PU_TOTAL, PU_REMARK, PU_TOTALUPPER,
|
|
|
PU_PRINTSTATUS, PU_PRINTSTATUSCODE, PU_ACCEPTSTATUSCODE, PU_ACCEPTSTATUS, PU_STATUSCODE,
|
|
|
PU_STATUS, companyid, updaterId,updaterName,updateTime,creatorid,creatorName,createtime, pu_text1, pu_text2, pu_text3, pu_text4,
|
|
|
- pu_text5,pu_auditman,pu_auditdate,pu_currency,pu_rate
|
|
|
+ pu_text5,pu_auditman,pu_auditdate,pu_currency,pu_rate,b2bStatus
|
|
|
</sql>
|
|
|
<sql id="Blob_Column_List" >
|
|
|
PU_SHIPADDRESSCODE
|