| | |
| | | <if test="taskPalce.taskName != null and taskPalce.taskName != ''">and task_name = #{taskPalce.taskName} |
| | | </if> |
| | | |
| | | <if test="taskPalce.startTime!=null and taskPalce.startTime!=''"> |
| | | and jtpr.create_time>=#{taskPalce.startTime} |
| | | </if> |
| | | <if test="taskPalce.endTime!=null and taskPalce.endTime!=''"> |
| | | and jtpr.create_time<=#{taskPalce.endTime} |
| | | </if> |
| | | |
| | | <if test="taskPalce.placeName!=null and taskPalce.placeName!=''"> |
| | | and jp.place_name like concat('%',#{taskPalce.placeName},'%') |
| | | </if> |
| | |
| | | and jp.nine_type = bd.dict_key |
| | | and br.town_code =#{code} |
| | | <if test="taskPlaceRectification.startTime!=null and taskPlaceRectification.startTime!=''"> |
| | | and create_time>=#{taskPlaceRectification.startTime} |
| | | and jpc.create_time>=#{taskPlaceRectification.startTime} |
| | | </if> |
| | | <if test="taskPlaceRectification.endTime!=null and taskPlaceRectification.endTime!=''"> |
| | | and create_time<=#{taskPlaceRectification.endTime} |
| | | and jpc.create_time<=#{taskPlaceRectification.endTime} |
| | | </if> |
| | | </where> |
| | | ) number |