| | |
| | | <if test="infoname != null ">and infoName = #{infoname}</if> |
| | | <if test="infophone != null ">and infoPhone = #{infophone}</if> |
| | | <if test="createBy != null ">and `service_donatebaseinfo`.create_by = #{createBy}</if> |
| | | <if test="starttime != null ">and ReportTime >= #{starttime}</if> |
| | | <if test="endtime != null ">and ReportTime <= #{endtime}</if> |
| | | <if test="starttime != null ">and donatetime >= #{starttime}</if> |
| | | <if test="endtime != null ">and donatetime <= #{endtime}</if> |
| | | <if test="nativeplace != null and nativeplace != ''">and NativePlace = #{nativeplace}</if> |
| | | <if test="city != null and city != ''">and `base_organization`.`City` = #{city}</if> |
| | | <if test="deptid != null ">and deptid = #{deptid}</if> |
| | |
| | | AND d.OrganGetTime <= #{endtime} |
| | | </select> |
| | | |
| | | </mapper> |
| | | </mapper> |