|
|
@@ -16,8 +16,8 @@
|
|
|
<result column="companyid" property="companyId" jdbcType="BIGINT" />
|
|
|
|
|
|
<result column="creatorid" property="creatorId" jdbcType="INTEGER"/>
|
|
|
- <result column="createtime" property="createTime" jdbcType="TIMESTAMP" />
|
|
|
- <result column="creator" property="creatorName" jdbcType="VARCHAR" />
|
|
|
+ <result column="createTime" property="createTime" jdbcType="TIMESTAMP" />
|
|
|
+ <result column="creatorName" property="creatorName" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
|
<resultMap id="ListMap" type="com.usoftchina.saas.purchase.po.report.PurchaseReportDetail">
|
|
|
<id column="pu_id" property="pu_id" jdbcType="INTEGER" />
|