|
@@ -120,7 +120,7 @@
|
|
|
AND p.project_status = #{projectStatus}
|
|
|
</if>
|
|
|
<if test="params.beginTime!= null and params.beginTime != ''"><!-- 开始时间检索 -->
|
|
|
- and date_format(p.plan_demand_sub_time,'%y%m%d') >= #{params.beginTime}
|
|
|
+ and p.plan_demand_sub_time >= #{params.beginTime}
|
|
|
</if>
|
|
|
<if test="params.endTime!= null and params.endTime != '' "><!-- 结束时间检索 -->
|
|
|
and p.plan_demand_sub_time <= #{params.endTime}
|