|
|
@ -457,7 +457,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) |
|
|
@ -520,7 +520,7 @@ |
|
|
|
pm.projectName like concat('%',#{searchContant},'%') |
|
|
|
pm.projectName like concat('%',#{searchContant},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="startTime!=null and startTime!='' and endTime!=null and endTime != ''">and et.creation_time between |
|
|
|
<if test="startTime!=null and startTime!='' and endTime!=null and endTime != ''">and et.creation_time 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(et.creation_time) |
|
|
|
date(et.creation_time) |
|
|
|