|
@@ -1034,7 +1034,7 @@
|
|
where status_ = 'SUCCESS'
|
|
where status_ = 'SUCCESS'
|
|
and create_time_ >= #{param.startDate}
|
|
and create_time_ >= #{param.startDate}
|
|
and create_time_ <![CDATA[ < ]]> #{param.endDate}
|
|
and create_time_ <![CDATA[ < ]]> #{param.endDate}
|
|
- and user_id_ = #{userId}
|
|
|
|
|
|
+ and user_id_ = #{param.userId}
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="queryOrderDetail" resultMap="QueryOrderDetail">
|
|
<select id="queryOrderDetail" resultMap="QueryOrderDetail">
|