| | |
| | | <if test="planUserId !=null and planUserId != ''"> |
| | | and t.plan_user_id= #{planUserId} |
| | | </if> |
| | | <if test="originalPlanUserId !=null and originalPlanUserId != ''"> |
| | | and t.original_plan_user_id= #{originalPlanUserId} |
| | | </if> |
| | | <if test="startTime != null"> |
| | | and t.act_ins_time >= #{startTime} |
| | | </if> |
| | |
| | | and t.act_ins_time <= #{endTime} |
| | | </if> |
| | | <if test="planInsTime !=null "> |
| | | and t.plan_ins_time= #{planInsTime} |
| | | and DATE_FORMAT(t.plan_ins_time,'%Y-%m-%d')= #{planInsTime} |
| | | </if> |
| | | <if test="planEndTime !=null "> |
| | | and t.plan_end_time= #{planEndTime} |
| | |
| | | <if test="planUserId !=null and planUserId != ''"> |
| | | and t.plan_user_id= #{planUserId} |
| | | </if> |
| | | <if test="originalPlanUserId !=null and originalPlanUserId != ''"> |
| | | and t.original_plan_user_id= #{originalPlanUserId} |
| | | </if> |
| | | <if test="startTime != null"> |
| | | and t.act_ins_time >= #{startTime} |
| | | </if> |
| | |
| | | and t.act_ins_time <= #{endTime} |
| | | </if> |
| | | <if test="planInsTime !=null "> |
| | | and t.plan_ins_time= #{planInsTime} |
| | | and DATE_FORMAT(t.plan_ins_time,'%Y-%m-%d')= #{planInsTime} |
| | | </if> |
| | | <if test="planEndTime !=null "> |
| | | and t.plan_end_time= #{planEndTime} |