|
@@ -96,7 +96,7 @@
|
|
|
<if test="companyId != null">
|
|
<if test="companyId != null">
|
|
|
and purchase.companyId = #{companyId}
|
|
and purchase.companyId = #{companyId}
|
|
|
</if>
|
|
</if>
|
|
|
- </where> order by pu_id desc,pd_detno desc
|
|
|
|
|
|
|
+ </where> order by pu_date desc
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="selectPurchaseBycondition" resultMap="BaseResultMap">
|
|
<select id="selectPurchaseBycondition" resultMap="BaseResultMap">
|