|
|
@@ -111,7 +111,7 @@ |
|
|
|
and np.project_name like concat('%', #{p.projectName}, '%') |
|
|
|
</if> |
|
|
|
<if test="p.buildOrgName != null and p.buildOrgName.length > 0"> |
|
|
|
and np.build_org_name like concat('%', #{buildOrgName}, '%') |
|
|
|
and np.build_org_name like concat('%', #{p.buildOrgName}, '%') |
|
|
|
</if> |
|
|
|
<if test="p.reviewTimeMin != null"> |
|
|
|
and m.start_time >= #{p.reviewTimeMin} |
|
|
|