checkstandard.id, checkstandard.sb_id, checkstandard.standard_hours, checkstandard.real_hours, checkstandard.check_user_id, checkstandard.name, checkstandard.level, checkstandard.no, checkstandard.type, checkstandard.period, checkstandard.period_type, checkstandard.action_type, checkstandard.check_user_type, checkstandard.enable, checkstandard.part, checkstandard.sort, checkstandard.requirement, checkstandard.remark, checkstandard.created_user_id, checkstandard.update_user_id, checkstandard.created_user_name, checkstandard.update_user_name, checkstandard.last_date, checkstandard.next_date, checkstandard.created_time, checkstandard.update_time checkstandard.sb_id, checkstandard.standard_hours, checkstandard.real_hours, checkstandard.check_user_id, checkstandard.name,checkstandard.level, checkstandard.sort, checkstandard.no, checkstandard.last_date, checkstandard.next_date, checkstandard.type, checkstandard.period, checkstandard.part, checkstandard.period_type, checkstandard.action_type, checkstandard.check_user_type, checkstandard.enable, checkstandard.requirement, checkstandard.remark, and checkstandard.id = #{id} and checkstandard.sb_id = #{sbId} and checkstandard.name = #{name} and checkstandard.level = #{level} and checkstandard.part = #{part} and checkstandard.check_user_id = #{checkUserId} and checkstandard.no = #{no} and checkstandard.type = #{type} and checkstandard.last_date = #{lastDate} and checkstandard.next_date = #{nextDate} and checkstandard.period = #{period} and checkstandard.period_type = #{periodType} and checkstandard.check_user_type = #{checkUserType} and checkstandard.action_type = #{actionType} and checkstandard.enable = #{enable} and checkstandard.requirement = #{requirement} and checkstandard.remark = #{remark} and checkstandard.created_user_id = #{createdUserId} and checkstandard.update_user_id = #{updateUserId} and checkstandard.created_user_name = #{createdUserName} and checkstandard.update_user_name = #{updateUserName} and checkstandard.created_time =]]>; #{createdTimeStart} and checkstandard.created_time #{createdTimeEnd} and checkstandard.created_time = #{createdTime} and checkstandard.update_time =]]>; #{updateTimeStart} and checkstandard.update_time #{updateTimeEnd} and checkstandard.update_time = #{updateTime} and (checkstandard.name like concat('%',#{keyword},'%') or checkstandard.no like concat('%',#{keyword},'%') ) update t_check_standard requirement = #{item.requirement}, remark = #{item.remark}, no = #{item.no}, name = #{item.name}, period = #{item.period}, period_type = #{item.periodType}, check_user_type = #{item.checkUserType}, last_date = #{item.lastDate}, next_date = #{item.nextDate} where id = #{item.id}