|
|
@ -450,7 +450,7 @@ |
|
|
|
<if test="searchContant!=null and searchContant!=''">and hpm.projectName like concat('%',#{searchContant},'%') |
|
|
|
<if test="searchContant!=null and searchContant!=''">and hpm.projectName like concat('%',#{searchContant},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="startTime!=null and startTime!='' and endTime!=null and endTime != ''">and hpm.creationTime between |
|
|
|
<if test="startTime!=null and startTime!='' and endTime!=null and endTime != ''">and hpm.creationTime between |
|
|
|
#{endTime} and #{startTime} |
|
|
|
#{startTime} and #{endTime} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="month!=null and month != ''">and DATE_SUB(CURDATE(), INTERVAL #{month} month ) <= |
|
|
|
<if test="month!=null and month != ''">and DATE_SUB(CURDATE(), INTERVAL #{month} month ) <= |
|
|
|
date(hpm.creationTime) |
|
|
|
date(hpm.creationTime) |
|
|
|