hidden.id,
hidden.sb_id,
hidden.position_no,
hidden.position_id,
hidden.exists_question,
hidden.hidden_risk,
hidden.opition,
hidden.duty_user,
hidden.area_user,
hidden.remark,
hidden.created_user_id,
hidden.created_user_name,
hidden.update_user_id,
hidden.update_user_name,
hidden.status,
hidden.professor_type,
hidden.check_level,
hidden.require_time,
hidden.update_time,
hidden.created_time
hidden.sb_id,
hidden.position_no,
hidden.position_id,
hidden.exists_question,
hidden.hidden_risk,
hidden.opition,
hidden.duty_user,
hidden.area_user,
hidden.remark,
hidden.status,
hidden.professor_type,
hidden.check_level,
hidden.require_time,
and hidden.id = #{id}
and hidden.sb_id = #{sbId}
and hidden.position_no = #{positionNo}
and hidden.position_id = #{positionId}
and hidden.exists_question = #{existsQuestion}
and hidden.hidden_risk = #{hiddenRisk}
and hidden.opition = #{opition}
and hidden.duty_user = #{dutyUser}
and hidden.area_user = #{areaUser}
and hidden.remark = #{remark}
and hidden.created_user_id = #{createdUserId}
and hidden.created_user_name = #{createdUserName}
and hidden.update_user_id = #{updateUserId}
and hidden.update_user_name = #{updateUserName}
and hidden.status = #{status}
and hidden.professor_type = #{professorType}
and hidden.check_level = #{checkLevel}
and hidden.require_time =]]>; #{requireTimeStart}
and hidden.require_time #{requireTimeEnd}
and hidden.require_time = #{requireTime}
and hidden.update_time =]]>; #{updateTimeStart}
and hidden.update_time #{updateTimeEnd}
and hidden.update_time = #{updateTime}
and hidden.created_time =]]>; #{createdTimeStart}
and hidden.created_time #{createdTimeEnd}
and hidden.created_time = #{createdTime}
and hidden.id like concat(concat('%',#{keyword}),'%')
AND hidden.status in
#{item}