|
|
@@ -7,6 +7,7 @@
|
|
|
<result column="sa_sellercode" property="sa_sellercode" jdbcType="VARCHAR" />
|
|
|
<result column="sa_seller" property="sa_seller" jdbcType="VARCHAR" />
|
|
|
<result column="sa_date" property="sa_date" jdbcType="TIMESTAMP" />
|
|
|
+ <result column="pi_date" property="pi_date" jdbcType="TIMESTAMP" />
|
|
|
<result column="pd_inoutno" property="pd_inoutno" jdbcType="VARCHAR" />
|
|
|
<result column="pd_piclass" property="pd_piclass" jdbcType="VARCHAR" />
|
|
|
<result column="pr_kind" property="pr_kind" jdbcType="VARCHAR" />
|
|
|
@@ -37,7 +38,7 @@
|
|
|
and companyId = #{companyId}
|
|
|
</if>
|
|
|
</where>
|
|
|
- order by sa_date desc
|
|
|
+ order by pi_date desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectCalculateFields" resultType="string">
|