|
|
|
@ -496,6 +496,10 @@ |
|
|
|
<if test="depositoryId != null and depositoryId != ''"> |
|
|
|
and did = #{depositoryId} |
|
|
|
</if> |
|
|
|
<if test="mname != null and mname != ''"> |
|
|
|
and mname like CONCAT('%', #{mname}, '%') |
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test="mid != null and mid != ''"> |
|
|
|
and mid = #{mid} |
|
|
|
@ -884,6 +888,9 @@ |
|
|
|
<if test="mid != null and mid != ''"> |
|
|
|
and mid = #{mid} |
|
|
|
</if> |
|
|
|
<if test="mname != null and mname != ''"> |
|
|
|
and mname like CONCAT('%', #{mname}, '%') |
|
|
|
</if> |
|
|
|
<if test="applicantTime != null and applicantTime != ''"> |
|
|
|
and applicant_time >= #{applicantTime} |
|
|
|
</if> |
|
|
|
|